mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5656: UI > Network > IP Address > configuration tab > Load Balancing > add "State" column.
This commit is contained in:
parent
58a9a9b0cd
commit
2e5e403e3c
|
|
@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue