mirror of https://github.com/apache/cloudstack.git
Infrastructure page - guest traffic - details tab - move Tags field up from lower pane(traffic type) to upper pane (physical network) since tags is at physical network level, not at traffic type level.
This commit is contained in:
parent
1a952affbc
commit
998a598026
|
|
@ -735,10 +735,10 @@
|
|||
label: 'label.end.vlan',
|
||||
isEditable: true
|
||||
},
|
||||
broadcastdomainrange: { label: 'label.broadcast.domain.range' }
|
||||
tags: { label: 'Tags', isEditable: true },
|
||||
broadcastdomainrange: { label: 'label.broadcast.domain.range' }
|
||||
},
|
||||
{
|
||||
tags: { label: 'Tags', isEditable: true },
|
||||
{
|
||||
xennetworklabel: { label: 'label.xen.traffic.label', isEditable: true },
|
||||
kvmnetworklabel: { label: 'label.kvm.traffic.label', isEditable: true },
|
||||
vmwarenetworklabel: { label: 'label.vmware.traffic.label', isEditable: true }
|
||||
|
|
|
|||
Loading…
Reference in New Issue