mirror of https://github.com/apache/cloudstack.git
Add indicator for 'Released' state
This commit is contained in:
parent
103ede0793
commit
1d087cb3cc
|
|
@ -160,7 +160,7 @@
|
|||
zonename: { label: 'Zone' },
|
||||
vlanname: { label: 'VLAN' },
|
||||
account: { label: 'Account' },
|
||||
state: { label: 'State', indicator: { 'Allocated': 'on' } }
|
||||
state: { label: 'State', indicator: { 'Allocated': 'on', 'Released': 'off' } }
|
||||
},
|
||||
actions: {
|
||||
add: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue