Skip to content

Commit

Permalink
Upgrade UI dependencies to fix some problem. (#11439)
Browse files Browse the repository at this point in the history
  • Loading branch information
KomachiSion authored Nov 28, 2023
1 parent 2151756 commit bb7a6ce
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 40 deletions.
90 changes: 74 additions & 16 deletions console-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions console/src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
<link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
<!-- 第三方css结束 -->
<link href="./css/main.css?ab5ce0bcf1683a8e0760" rel="stylesheet"></head>
<link href="./css/main.css?dee224cff7cea555a830" rel="stylesheet"></head>

<body>
<div id="root" style="overflow:hidden"></div>
Expand All @@ -56,6 +56,6 @@
<script src="console-ui/public/js/merge.js"></script>
<script src="console-ui/public/js/loader.js"></script>
<!-- 第三方js结束 -->
<script type="text/javascript" src="./js/main.js?ab5ce0bcf1683a8e0760"></script></body>
<script type="text/javascript" src="./js/main.js?dee224cff7cea555a830"></script></body>

</html>
Loading

0 comments on commit bb7a6ce

Please sign in to comment.