diff options
Diffstat (limited to 'docker/storperf-reporting/src/templates/plot_tables.html')
-rw-r--r-- | docker/storperf-reporting/src/templates/plot_tables.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docker/storperf-reporting/src/templates/plot_tables.html b/docker/storperf-reporting/src/templates/plot_tables.html index 4d6c887..a8c508d 100644 --- a/docker/storperf-reporting/src/templates/plot_tables.html +++ b/docker/storperf-reporting/src/templates/plot_tables.html @@ -4,12 +4,12 @@ <head> <meta charset="utf-8" /> <title>Chart | Storperf</title> - <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}"> - <script src="{{ url_for('static', filename='js/jquery-2.1.3.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/jquery.bootpag.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/plotly-latest.min.js') }}"></script> - <script src="{{ url_for('static', filename='js/Chart.min.js') }}"></script> + <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> + <script src="/reporting/js/plotly-latest.min.js"></script> + <script src="/reporting/js/Chart.min.js"></script> <style> .table td { text-align: left; |