mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-30 22:50:10 +03:00
Fix vn_mad dummy driver option
This commit is contained in:
parent
7cdbdc5c5d
commit
1de8a6d728
@ -125,7 +125,7 @@ define(function(require) {
|
||||
$('input,label[for!="network_mode"]', $(this).parent()).hide();
|
||||
$('input', $(this).parent()).val("");
|
||||
switch ($(this).val()) {
|
||||
case "default":
|
||||
case "dummy":
|
||||
case "fw":
|
||||
$('input#vn_mad,label[for="vn_mad"]', context).hide().prop('wizard_field_disabled', true);
|
||||
$('input#bridge,label[for="bridge"]', context).show().prop('wizard_field_disabled', false);
|
||||
|
@ -100,7 +100,7 @@
|
||||
<input type="text" wizard_field="VN_MAD" name="vn_mad" id="vn_mad" />
|
||||
</div>
|
||||
<div class="large-12 columns">
|
||||
<div class="network_mode_description" value="default">
|
||||
<div class="network_mode_description" value="dummy">
|
||||
{{tr "Default: dummy driver that doesn’t perform any network operation. Firewalling rules are also ignored."}}
|
||||
</div>
|
||||
<div class="network_mode_description" value="fw">
|
||||
|
Loading…
x
Reference in New Issue
Block a user