mirror of https://github.com/apache/cloudstack.git
Update status indicator
This commit is contained in:
parent
a4b8fc6e24
commit
776f5d0158
|
|
@ -270,7 +270,7 @@
|
|||
displaytext: { label: 'Display Text' },
|
||||
domain: { label: 'Domain' },
|
||||
account: { label: 'Owner' },
|
||||
state: { label: 'Status', indicator: { 'Active': 'on', 'Destroyed': 'off' } }
|
||||
state: { label: 'Status', indicator: { 'Active': 'on', 'Destroyed': 'off', 'Disabled': 'off' } }
|
||||
},
|
||||
|
||||
dataProvider: function(args) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue