mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Merge pull request #170 from sschneid/fix_dashboard_js_error
Fix JavaScript error on nil `weekly_data`
This commit is contained in:
commit
2d6e5b3a8f
1 changed files with 5 additions and 1 deletions
|
|
@ -4,8 +4,12 @@ var date_from = new Date();
|
|||
|
||||
var running_data = {};
|
||||
var weekly_data = {
|
||||
platform_count: {},
|
||||
clone_max: 0,
|
||||
clone_platform_max: 0
|
||||
clone_platform_max: 0,
|
||||
clone_count: [],
|
||||
clone_avg: [],
|
||||
boot_avg: []
|
||||
};
|
||||
var capacity_data = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue