mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
CS-15960:InterVlan - UI - Network-VPC view should list the status of the VPCs
This commit is contained in:
parent
5111fee70c
commit
531cfa76f4
@ -3551,7 +3551,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…
x
Reference in New Issue
Block a user