mirror of https://github.com/apache/cloudstack.git
making detail view vlan range uneditable
This commit is contained in:
parent
c0850d4d82
commit
d98289baca
|
|
@ -1110,8 +1110,8 @@
|
|||
{ //updatePhysicalNetwork API
|
||||
state: { label: 'label.state' },
|
||||
vlan: {
|
||||
label: 'VLAN Range(s)',
|
||||
isEditable: true
|
||||
label: 'VLAN Range(s)'
|
||||
// isEditable: true
|
||||
},
|
||||
/* endVlan: {
|
||||
label: 'label.end.vlan',
|
||||
|
|
|
|||
Loading…
Reference in New Issue