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);