Kaynağa Gözat

Fixed absolute paths

Rashid Khan 13 yıl önce
ebeveyn
işleme
a733991560
1 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 7 7
      index.html

+ 7 - 7
index.html

@@ -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>