CLOUDSTACK-5656: UI > Network > IP Address > configuration tab > Load Balancing > add "State" column.

This commit is contained in:
Jessica Wang 2014-01-17 11:51:32 -08:00
parent 58a9a9b0cd
commit 2e5e403e3c
1 changed files with 9 additions and 0 deletions

View File

@ -1615,6 +1615,10 @@
'add-vm': {
label: 'label.add.vms',
addButton: true
},
'state' : {
edit: 'ignore',
label: 'label.state'
}
},
@ -3435,6 +3439,11 @@
'add-vm': {
label: 'label.add.vms',
addButton: true
},
'state' : {
edit: 'ignore',
label: 'label.state'
}
},