Skip to content

Commit

Permalink
change res to web
Browse files Browse the repository at this point in the history
  • Loading branch information
cxjava committed Nov 15, 2019
1 parent f432e03 commit 60394a4
Show file tree
Hide file tree
Showing 29 changed files with 22 additions and 327 deletions.
5 changes: 0 additions & 5 deletions res/bootstrap-3.3.5/css/bootstrap-theme.min.css

This file was deleted.

5 changes: 0 additions & 5 deletions res/bootstrap-3.3.5/css/bootstrap.min.css

This file was deleted.

Binary file not shown.
288 changes: 0 additions & 288 deletions res/bootstrap-3.3.5/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 0 additions & 7 deletions res/bootstrap-3.3.5/js/bootstrap.min.js

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
24 changes: 12 additions & 12 deletions res/index.html → web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Distributed Go Supervisor 1.0</title>
<link rel="shortcut icon" type="image/png" href="/res/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/res/bootstrap-3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/res/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/res/css/style.css">
<link rel="shortcut icon" type="image/png" href="/web/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/web/bootstrap-3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/web/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/web/css/style.css">
</head>

<body id="app">
Expand Down Expand Up @@ -305,13 +305,13 @@ <h4 class="modal-title">Tail</h4>
</div>
</div>
<!-- polyfill make browser support ECMAScript 6th edition -->
<script src="/res/js/promise-polyfill.min.js"></script>
<script src="/res/js/jquery-3.1.0.min.js"></script>
<script src="/res/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="/res/js/moment.min.js"></script>
<script src="/res/js/underscore-min.js"></script>
<script src="/res/js/vue-1.0.min.js"></script>
<script src="/res/js/common.js"></script>
<script src="/res/js/index.js"></script>
<script src="/web/js/promise-polyfill.min.js"></script>
<script src="/web/js/jquery-3.1.0.min.js"></script>
<script src="/web/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="/web/js/moment.min.js"></script>
<script src="/web/js/underscore-min.js"></script>
<script src="/web/js/vue-1.0.min.js"></script>
<script src="/web/js/common.js"></script>
<script src="/web/js/index.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 10 additions & 10 deletions res/setting.html → web/setting.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>gosuv</title>
<link rel="shortcut icon" type="image/png" href="/res/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/res/bootstrap-3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/res/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/res/css/style.css">
<link rel="shortcut icon" type="image/png" href="/web/images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="/web/bootstrap-3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/web/font-awesome-4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/web/css/style.css">
</head>

<body id="app">
Expand Down Expand Up @@ -55,12 +55,12 @@ <h1>{{name}}</h1>
var name = "[[.Name]]";
var slave = "[[.Slave]]"
</script>
<script src="/res/js/jquery-3.1.0.min.js"></script>
<script src="/res/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="/res/js/vue-1.0.min.js"></script>
<script src="/res/js/echarts.min.js"></script>
<script src="/res/js/common.js"></script>
<script src="/res/js/settings.js"></script>
<script src="/web/js/jquery-3.1.0.min.js"></script>
<script src="/web/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="/web/js/vue-1.0.min.js"></script>
<script src="/web/js/echarts.min.js"></script>
<script src="/web/js/common.js"></script>
<script src="/web/js/settings.js"></script>
<script type="text/javascript">
// 基于准备好的dom,初始化echarts实例
var chartCpu = echarts.init(document.getElementById('chart-cpu'));
Expand Down

0 comments on commit 60394a4

Please sign in to comment.