mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-27 14:03:40 +03:00
F OpenNebula/one#6183: hide network automatic selection (#2586)
(cherry picked from commit e401e61c17f2352b6df17197464ab91ed040b529)
This commit is contained in:
parent
20c70e4985
commit
d03ae2976e
@ -13,7 +13,6 @@
|
|||||||
{{! See the License for the specific language governing permissions and }}
|
{{! See the License for the specific language governing permissions and }}
|
||||||
{{! limitations under the License. }}
|
{{! limitations under the License. }}
|
||||||
{{! -------------------------------------------------------------------------- }}
|
{{! -------------------------------------------------------------------------- }}
|
||||||
{{!-- {{#isFeatureEnabled "automatic_selection_vnet"}} --}}
|
|
||||||
<div class="only_create">
|
<div class="only_create">
|
||||||
<div class="row autoContainer">
|
<div class="row autoContainer">
|
||||||
<fieldset id="{{nicTabId}}interface_type" class="small-12 large-6 columns">
|
<fieldset id="{{nicTabId}}interface_type" class="small-12 large-6 columns">
|
||||||
@ -48,19 +47,21 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="small-12 large-6 columns">
|
{{#isFeatureEnabled "automatic_selection_vnet"}}
|
||||||
<legend style="margin:0px;">{{tr "Network selection"}}</legend>
|
<fieldset class="small-12 large-6 columns">
|
||||||
<div class="switch left network_selection">
|
<legend style="margin:0px;">{{tr "Network selection"}}</legend>
|
||||||
<input class="switch-input" id="{{nicTabId}}_network_mode" type="checkbox">
|
<div class="switch left network_selection">
|
||||||
<label class="switch-paddle" for="{{nicTabId}}_network_mode">
|
<input class="switch-input" id="{{nicTabId}}_network_mode" type="checkbox">
|
||||||
|
<label class="switch-paddle" for="{{nicTabId}}_network_mode">
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
<label class="left network_selection">
|
||||||
|
|
||||||
|
{{tr "Automatic selection"}}
|
||||||
|
{{{tip (tr "The Schedule will decide which is the best virtual network")}}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</fieldset>
|
||||||
<label class="left network_selection">
|
{{/isFeatureEnabled}}
|
||||||
|
|
||||||
{{tr "Automatic selection"}}
|
|
||||||
{{{tip (tr "The Schedule will decide which is the best virtual network")}}}
|
|
||||||
</label>
|
|
||||||
</fieldset>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row autoContainer">
|
<div class="row autoContainer">
|
||||||
<fieldset id="rdp_connection" class="small-12 large-6 columns">
|
<fieldset id="rdp_connection" class="small-12 large-6 columns">
|
||||||
@ -144,7 +145,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{!-- {{/isFeatureEnabled}} --}}
|
|
||||||
<div class="no_auto">
|
<div class="no_auto">
|
||||||
{{{vnetsTableSelectHTML}}}
|
{{{vnetsTableSelectHTML}}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
</fieldset>
|
</fieldset>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#if displaySelection}}
|
{{#if displaySelection}}
|
||||||
|
{{#isFeatureEnabled "automatic_selection_vnet"}}
|
||||||
<fieldset class="small-12 large-6 columns" style="margin:0px;">
|
<fieldset class="small-12 large-6 columns" style="margin:0px;">
|
||||||
<legend style="margin:0px;">{{tr "Network selection"}}</legend>
|
<legend style="margin:0px;">{{tr "Network selection"}}</legend>
|
||||||
<div id="provision_accordion_dd_{{provision_nic_accordion_dd_id}}_network_selection">
|
<div id="provision_accordion_dd_{{provision_nic_accordion_dd_id}}_network_selection">
|
||||||
@ -73,6 +74,7 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
{{/isFeatureEnabled}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class="row autoContainer">
|
<div class="row autoContainer">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user