diff options
| -rw-r--r-- | src/task-report.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task-report.html b/src/task-report.html index 16584c8..8c33fe4 100644 --- a/src/task-report.html +++ b/src/task-report.html | |||
| @@ -124,7 +124,7 @@ for(i=0; i<providers.length; ++i) { | |||
| 124 | title: providers[i] + " nodes launched", | 124 | title: providers[i] + " nodes launched", |
| 125 | target: [ | 125 | target: [ |
| 126 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", | 126 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", |
| 127 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.error.*), '1h'), 'Ready'), 'ff0000')" | 127 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + providers[i] + "*.error.*), '1h'), 'Error'), 'ff0000')" |
| 128 | ] | 128 | ] |
| 129 | })); | 129 | })); |
| 130 | 130 | ||
