mirror of https://github.com/apache/cloudstack.git
CS-15960:InterVlan - UI - Network-VPC view should list the status of the VPCs
This commit is contained in:
parent
058554b20c
commit
52af7e7572
|
|
@ -3608,7 +3608,8 @@
|
|||
name: { label: 'label.name' },
|
||||
displaytext: { label: 'label.description' },
|
||||
zonename: { label: 'label.zone' },
|
||||
cidr: { label: 'label.cidr' }
|
||||
cidr: { label: 'label.cidr' },
|
||||
state: {label: 'State', indicator: { 'Enabled': 'on', 'Disabled': 'off'}}
|
||||
},
|
||||
dataProvider: function(args) {
|
||||
var array1 = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue