Skip to content

Commit

Permalink
IONCORE-646
Browse files Browse the repository at this point in the history
  • Loading branch information
n.piskunova committed Mar 20, 2020
1 parent 7fe561c commit 1f5061d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions modules/dashboard/layouts/server.ejs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

<link href="dashboard/vendor/gridster-js/jquery.gridster.min.css" rel="stylesheet">
<link href="dashboard/node_modules/gridster-js/dist/jquery.gridster.min.css" rel="stylesheet">
<link href="dashboard/css/server.css" rel="stylesheet">
<link href="dashboard/css/gridster.css" rel="stylesheet">

<script src="dashboard/vendor/moment/moment.min.js"></script>
<script src="dashboard/vendor/chart.js/Chart.min.js"></script>
<script src="dashboard/vendor/gridster-js/jquery.gridster.min.js"></script>
<script src="dashboard/vendor/gridster-js/jquery.gridster.with-extras.min.js"></script>
<script src="dashboard/node_modules/moment/min/moment.min.js"></script>
<script src="dashboard/node_modules/chart.js/dist/Chart.min.js"></script>
<script src="dashboard/node_modules/gridster-js/dist/jquery.gridster.min.js"></script>
<script src="dashboard/node_modules/gridster-js/dist/jquery.gridster.with-extras.min.js"></script>
<script src="dashboard/js/gridster-helper.js"></script>
<script src="dashboard/js/dashboard.js"></script>
<script src="dashboard/js/snapshot.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion view/templates/layouts/main.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<div class="loader"><span class="fa fa-refresh fa-spin"></span></div>
</div>

<script src="<%=module%>/vendor/jquery-ui/jquery-ui.min.js"></script>
<script src="<%=module%>/node_modules/jquery-ui/jquery-ui.min.js"></script>
<script>
jQuery(function () {
$.widget.bridge('uibutton', $.ui.button);
Expand Down

0 comments on commit 1f5061d

Please sign in to comment.