diff options
author | mbeierl <mark.beierl@dell.com> | 2018-04-12 16:05:45 -0400 |
---|---|---|
committer | Mark Beierl <mark.beierl@dell.com> | 2018-04-13 23:40:15 +0000 |
commit | 77cb26aa31dab659cd2fc1fea2c206e63644acf9 (patch) | |
tree | c6cdef0f75c2f66fff59258be7fd7569c77e1781 /docker/storperf-httpfrontend/html | |
parent | 6d64efd6d50b728dc03ca465f45e15cbd79ce92a (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/html')
-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.html | 4 |
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> |