Update status area for zone list

This commit is contained in:
bfederle 2011-12-20 12:04:54 -08:00
parent be4a596db8
commit b7c784b4cc
1 changed files with 5 additions and 2 deletions

View File

@ -2875,7 +2875,6 @@
fields: {
name: { label: 'Zone' },
networktype: { label: 'Network Type' },
allocationstate: { label: 'Allocation State' },
domainid: {
label: 'Public',
converter: function(args) {
@ -2884,7 +2883,11 @@
else
return "No";
}
}
},
allocationstate: { label: 'Allocation State', indicator: {
'Enabled': 'on',
'Disabled': 'off'
} }
},
actions: {
add: {