Add indicator for 'Released' state

This commit is contained in:
Brian Federle 2011-12-07 15:46:08 -08:00
parent 103ede0793
commit 1d087cb3cc
1 changed files with 1 additions and 1 deletions

View File

@ -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: {