summaryrefslogtreecommitdiffstats
path: root/docker/storperf-httpfrontend
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-httpfrontend
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-httpfrontend')
-rw-r--r--docker/storperf-httpfrontend/html/3rd_party/css/bootstrap.min.css (renamed from docker/storperf-httpfrontend/html/css/bootstrap.min.css)0
-rw-r--r--docker/storperf-httpfrontend/html/index.html4
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/storperf-httpfrontend/html/css/bootstrap.min.css b/docker/storperf-httpfrontend/html/3rd_party/css/bootstrap.min.css
index ed3905e..ed3905e 100644
--- a/docker/storperf-httpfrontend/html/css/bootstrap.min.css
+++ b/docker/storperf-httpfrontend/html/3rd_party/css/bootstrap.min.css
diff --git a/docker/storperf-httpfrontend/html/index.html b/docker/storperf-httpfrontend/html/index.html
index 3b41653..d07ec97 100644
--- a/docker/storperf-httpfrontend/html/index.html
+++ b/docker/storperf-httpfrontend/html/index.html
@@ -17,7 +17,7 @@ StorPerf Home
<head>
<title>Storperf</title>
<!-- Latest compiled and minified CSS -->
-<link rel="stylesheet" href="./css/bootstrap.min.css">
+<link rel="stylesheet" href="./3rd_party/css/bootstrap.min.css">
</head>
@@ -47,4 +47,4 @@ elaboration about Storperf. Open to Suggestions.</p>
</body>
-</html> \ No newline at end of file
+</html>