mirror of
https://github.com/apache/cloudstack
synced 2026-08-10 16:18:07 +00:00
Update status area for zone list
This commit is contained in:
parent
be4a596db8
commit
b7c784b4cc
@ -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: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user