mirror of https://github.com/apache/cloudstack.git
CS-15312 - cloudstack 3.0 UI - Add Zone Wizard - add physical network - remove "L3" option from isolation method.
This commit is contained in:
parent
6c8425b279
commit
f569b75f3f
|
|
@ -576,9 +576,12 @@
|
|||
$('<option>').attr({
|
||||
value: 'VLAN'
|
||||
}).html('VLAN'),
|
||||
//User should not be given the option to create a physical network with "L3" isolation method. (CS-15312)
|
||||
/*
|
||||
$('<option>').attr({
|
||||
value: 'L3'
|
||||
}).html('L3'),
|
||||
}).html('L3'),
|
||||
*/
|
||||
$('<option>').attr({
|
||||
value: 'GRE'
|
||||
}).html('GRE')
|
||||
|
|
|
|||
Loading…
Reference in New Issue