summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/src/templates/index.html
diff options
context:
space:
mode:
authorsaksham115 <saksham.agrawal@research.iiit.ac.in>2017-07-25 23:09:16 +0530
committerSaksham Agrawal <saksham.agrawal@research.iiit.ac.in>2017-07-25 18:07:08 +0000
commit9b1febca47789f85469faab8175c8928ede937ac (patch)
tree123d0790145a84c43da338de3169e596fc58d7d6 /docker/storperf-reporting/src/templates/index.html
parentd1950be43cd82d1e2c12fff0303ac4d8c0f586e8 (diff)
Fixing URL for static files
Earlier the static files were being served on /static/ now it has been fixed and are being served on /reporting/js/ and /reporting/css/ for js and css files respectively. JIRA: STORPERF-192 Change-Id: Ibcce2210de88f2359d011752513fdab9f930ab5b Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
Diffstat (limited to 'docker/storperf-reporting/src/templates/index.html')
-rw-r--r--docker/storperf-reporting/src/templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/storperf-reporting/src/templates/index.html b/docker/storperf-reporting/src/templates/index.html
index c302299..70e33bd 100644
--- a/docker/storperf-reporting/src/templates/index.html
+++ b/docker/storperf-reporting/src/templates/index.html
@@ -3,10 +3,10 @@
<head>
<title>Graphing Module | Storperf</title>
- <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
- <script src="{{ url_for('static', filename='js/jquery-2.1.3.min.js') }}"></script>
- <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
- <script src="{{ url_for('static', filename='js/jquery.bootpag.min.js') }}"></script>
+ <link rel="stylesheet" href="/reporting/css/bootstrap.min.css">
+ <script src="/reporting/js/jquery-2.1.3.min.js"></script>
+ <script src="/reporting/js/bootstrap.min.js"></script>
+ <script src="/reporting/js/jquery.bootpag.min.js"></script>
</head>
<body>