diff options
Diffstat (limited to 'docker/storperf-reporting/src/templates/index.html')
-rw-r--r-- | docker/storperf-reporting/src/templates/index.html | 10 |
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> |