|
|
@@ -11,15 +11,15 @@
|
|
|
|
|
|
<title>Kibana Dashboard</title>
|
|
|
|
|
|
- <link rel="stylesheet" href="/common/css/normalize.min.css">
|
|
|
- <link rel="stylesheet" href="/common/css/main.css">
|
|
|
- <link rel="stylesheet" href="/common/css/bootstrap.min.css">
|
|
|
- <link rel="stylesheet" href="/common/css/bootstrap-responsive.min.css">
|
|
|
- <link rel="stylesheet" href="/common/css/elasticjs.css">
|
|
|
- <link rel="stylesheet" href="/common/css/timepicker.css">
|
|
|
+ <link rel="stylesheet" href="common/css/normalize.min.css">
|
|
|
+ <link rel="stylesheet" href="common/css/main.css">
|
|
|
+ <link rel="stylesheet" href="common/css/bootstrap.min.css">
|
|
|
+ <link rel="stylesheet" href="common/css/bootstrap-responsive.min.css">
|
|
|
+ <link rel="stylesheet" href="common/css/elasticjs.css">
|
|
|
+ <link rel="stylesheet" href="common/css/timepicker.css">
|
|
|
|
|
|
<!-- project dependency libs -->
|
|
|
- <script src="/common/lib/LAB.min.js"></script>
|
|
|
+ <script src="common/lib/LAB.min.js"></script>
|
|
|
<script src="common/lib/underscore.min.js"></script>
|
|
|
<script src="common/lib/settings.js"></script>
|
|
|
<script src="config.js"></script>
|