diff options
Diffstat (limited to 'docker/storperf-reporting/src/templates/index.html')
-rw-r--r-- | docker/storperf-reporting/src/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/storperf-reporting/src/templates/index.html b/docker/storperf-reporting/src/templates/index.html index 70e33bd..35cea1a 100644 --- a/docker/storperf-reporting/src/templates/index.html +++ b/docker/storperf-reporting/src/templates/index.html @@ -3,6 +3,7 @@ <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> @@ -12,6 +13,7 @@ <body> <div class="container"> <div class="content"> + {% include 'header.html' %} <div class="row center"> <br> <form action="{{ url_for('url') }}" method="post"> |