From fbdded2f8141d68c81c5d72a11ab3a9b121c3181 Mon Sep 17 00:00:00 2001 From: mbeierl Date: Thu, 12 Apr 2018 16:05:45 -0400 Subject: 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 --- .../src/templates/plot_tables.html | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docker/storperf-reporting/src/templates/plot_tables.html') diff --git a/docker/storperf-reporting/src/templates/plot_tables.html b/docker/storperf-reporting/src/templates/plot_tables.html index ecdf764..536bb42 100644 --- a/docker/storperf-reporting/src/templates/plot_tables.html +++ b/docker/storperf-reporting/src/templates/plot_tables.html @@ -4,12 +4,12 @@ Chart | Storperf - - - - - - + + + + + + @@ -41,8 +41,8 @@ text += "

Start Date : " + results["start_date"] + "

"; text += "

Criteria : " + results["criteria"] + "

"; text += "

Build Tag : " + results["build_tag"] + "

"; - text += ""; - text += ""; + text += ""; + text += ""; text += "
"; $("#content").html(text); } @@ -55,7 +55,7 @@ text += "

Build Tag : " + results["build_tag"] + "

"; text += ""; text += "
" - text += ""; + text += ""; text += "
"; for (var i = 0; i < keys.length; i++ ){ text += "
"; @@ -89,7 +89,7 @@ for( item in report_data[key][test] ){ var state = report_data[key][test][item]["steady_state"]; text += "
  • " + item + " (steady state: " + state +")"; + text += key + "-" + test + "-" + item + "'>" + item + " (steady state: " + state +")"; text += "