Commit a7339915 by Rashid Khan

Fixed absolute paths

parent 1095373a
...@@ -11,15 +11,15 @@ ...@@ -11,15 +11,15 @@
<title>Kibana Dashboard</title> <title>Kibana Dashboard</title>
<link rel="stylesheet" href="/common/css/normalize.min.css"> <link rel="stylesheet" href="common/css/normalize.min.css">
<link rel="stylesheet" href="/common/css/main.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.min.css">
<link rel="stylesheet" href="/common/css/bootstrap-responsive.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/elasticjs.css">
<link rel="stylesheet" href="/common/css/timepicker.css"> <link rel="stylesheet" href="common/css/timepicker.css">
<!-- project dependency libs --> <!-- 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/underscore.min.js"></script>
<script src="common/lib/settings.js"></script> <script src="common/lib/settings.js"></script>
<script src="config.js"></script> <script src="config.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment