summaryrefslogtreecommitdiff
path: root/src/task-report.html
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-11-11 17:17:24 -0500
committerMonty Taylor <mordred@inaugust.com>2015-11-11 17:17:24 -0500
commit4ea1c5146d5cd2ca6a811c6c8f25318e29c50c8b (patch)
tree46c41e6aa3989ebc5f765a399ef12071666fc59a /src/task-report.html
parent235d1b4490eb4fac803fcc023c5577e22fa09d83 (diff)
Update graph title
Diffstat (limited to 'src/task-report.html')
-rw-r--r--src/task-report.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task-report.html b/src/task-report.html
index bc5842c..94e86cc 100644
--- a/src/task-report.html
+++ b/src/task-report.html
@@ -116,7 +116,7 @@ for(i=0; i<providers.length; ++i) {
116 bgcolor: 'ffffff', 116 bgcolor: 'ffffff',
117 fgcolor: '000000', 117 fgcolor: '000000',
118 areaMode: 'stacked', 118 areaMode: 'stacked',
119 title: providers[i] + " success rate", 119 title: providers[i] + " nodes launched",
120 target: [ 120 target: [
121 "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", 121 "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')",
122 "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.error.*), '1h'), 'Ready'), 'ff0000')" 122 "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.error.*), '1h'), 'Ready'), 'ff0000')"