From 21ad20c8b8fdecab1181afa853826e41430c575c Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 10 Feb 2012 14:05:48 -0800 Subject: [PATCH] bug 13587 Better ordering of zone resources dashboard items by type status 13587: resolved fixed --- ui/scripts/ui-custom/zoneChart.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/scripts/ui-custom/zoneChart.js b/ui/scripts/ui-custom/zoneChart.js index eb6666b631f..c6c331f30a6 100644 --- a/ui/scripts/ui-custom/zoneChart.js +++ b/ui/scripts/ui-custom/zoneChart.js @@ -321,12 +321,12 @@ 1: { name: 'CPU' }, 2: { name: 'Storage' }, 3: { name: 'Allocated Storage' }, + 6: { name: 'Secondary Storage' }, + 9: { name: 'Local Storage' }, 4: { name: 'Public IP' }, 5: { name: 'Private IP' }, - 6: { name: 'Secondary Storage' }, - 7: { name: 'VLAN' }, 8: { name: 'Direct Public IP' }, - 9: { name: 'Local Storage' } + 7: { name: 'VLAN' } }; $top.append($title);