diff options
author | Monty Taylor <mordred@inaugust.com> | 2015-12-01 10:40:52 -0600 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2015-12-01 10:40:52 -0600 |
commit | 8c05ae39b9c476e49e8490e72bdbcca03262bb1a (patch) | |
tree | 6a96569b05aa281f6934bb63a28c616446ae0315 /src | |
parent | a6dbbad186fd72b0ef5dde5f87749bb98298d54a (diff) |
Bump small providers to 160
Diffstat (limited to 'src')
-rw-r--r-- | src/js/task-report.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/task-report.js b/src/js/task-report.js index 53fd9ed..e400fc7 100644 --- a/src/js/task-report.js +++ b/src/js/task-report.js | |||
@@ -95,7 +95,7 @@ for(i=0; i<small_providers.length; ++i) { | |||
95 | bgcolor: 'ffffff', | 95 | bgcolor: 'ffffff', |
96 | fgcolor: '000000', | 96 | fgcolor: '000000', |
97 | areaMode: 'stacked', | 97 | areaMode: 'stacked', |
98 | yMax: '60', | 98 | yMax: '160', |
99 | title: small_providers[i] + " nodes launched", | 99 | title: small_providers[i] + " nodes launched", |
100 | target: [ | 100 | target: [ |
101 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + small_providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", | 101 | "color(alias(summarize(sumSeries(stats_counts.nodepool.launch.provider." + small_providers[i] + "*.ready), '1h'), 'Ready'), '00ff22')", |