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 --- docker/storperf-reporting/src/templates/index.html | 10 ++++----- .../src/templates/plot_jobs.html | 22 ++++++++++---------- .../src/templates/plot_multi_data.html | 12 +++++------ .../src/templates/plot_tables.html | 24 +++++++++++----------- 4 files changed, 34 insertions(+), 34 deletions(-) (limited to 'docker/storperf-reporting/src/templates') 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 @@ Graphing Module | Storperf - - - - + + + + @@ -37,4 +37,4 @@ - \ No newline at end of file + diff --git a/docker/storperf-reporting/src/templates/plot_jobs.html b/docker/storperf-reporting/src/templates/plot_jobs.html index d2d3613..f10dd6c 100644 --- a/docker/storperf-reporting/src/templates/plot_jobs.html +++ b/docker/storperf-reporting/src/templates/plot_jobs.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 += "