summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/src/templates/index.html
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-04-12 16:05:45 -0400
committerMark Beierl <mark.beierl@dell.com>2018-04-13 23:40:15 +0000
commit77cb26aa31dab659cd2fc1fea2c206e63644acf9 (patch)
treec6cdef0f75c2f66fff59258be7fd7569c77e1781 /docker/storperf-reporting/src/templates/index.html
parent6d64efd6d50b728dc03ca465f45e15cbd79ce92a (diff)
Marking 3rd Party Software
Move all non Apache2.0/CC-BY-4.0 licensed files into a 3rd_party directory Change-Id: I4172063500f8bb2fa3ac767d1be8c6c5cf12aa7b JIRA: STORPERF-241 Signed-off-by: mbeierl <mark.beierl@dell.com> (cherry picked from commit fbdded2f8141d68c81c5d72a11ab3a9b121c3181)
Diffstat (limited to 'docker/storperf-reporting/src/templates/index.html')
-rw-r--r--docker/storperf-reporting/src/templates/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docker/storperf-reporting/src/templates/index.html b/docker/storperf-reporting/src/templates/index.html
index ab4e539..65da38d 100644
--- a/docker/storperf-reporting/src/templates/index.html
+++ b/docker/storperf-reporting/src/templates/index.html
@@ -4,10 +4,10 @@
<head>
<title>Graphing Module | Storperf</title>
<link rel="icon" href="/reporting/images/OPNVF_ProjectIcons_2400x2400_Storperf.png">
- <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>
+ <link rel="stylesheet" href="/reporting/3rd_party/css/bootstrap.min.css">
+ <script src="/reporting/3rd_party/js/jquery-2.1.3.min.js"></script>
+ <script src="/reporting/3rd_party/js/bootstrap.min.js"></script>
+ <script src="/reporting/3rd_party/js/jquery.bootpag.min.js"></script>
</head>
<body>
@@ -37,4 +37,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>