mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2348: PVLAN - UI - Infrastructure menu - guest network - add broadcast URI field to listView and detailView.
This commit is contained in:
parent
0c7bd0777b
commit
25e992dc8e
|
|
@ -1340,6 +1340,7 @@
|
|||
name: { label: 'label.name' },
|
||||
type: { label: 'label.type' },
|
||||
vlan: { label: 'label.vlan.id' },
|
||||
broadcasturi: { label: 'broadcast URI' },
|
||||
cidr: { label: 'IPv4 CIDR' },
|
||||
ip6cidr: { label: 'IPv6 CIDR'}
|
||||
//scope: { label: 'label.scope' }
|
||||
|
|
@ -2057,6 +2058,7 @@
|
|||
}
|
||||
},
|
||||
vlan: { label: 'label.vlan.id' },
|
||||
broadcasturi: { label: 'broadcast URI' },
|
||||
scope: { label: 'label.scope' },
|
||||
networkofferingdisplaytext: { label: 'label.network.offering' },
|
||||
networkofferingid: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue