mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #4320: Remove kernel, initrd & files in updateconf dialog
This commit is contained in:
parent
617b79ea07
commit
471ac433f6
@ -118,8 +118,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="wizard_internal_tab tabs-panel filesTab" id="filesTab{{uniqueId}}">
|
||||
{{{contextFilesTableHTML}}}
|
||||
<div class="row">
|
||||
<div class="vm_updateconf_hide">
|
||||
{{{contextFilesTableHTML}}}
|
||||
</div>
|
||||
<div class="row vm_updateconf_hide">
|
||||
<div class="large-12 columns">
|
||||
<label>
|
||||
{{tr "FILES_DS"}}
|
||||
|
@ -19,10 +19,10 @@
|
||||
<li class="tabs-title is-active">
|
||||
<a href="#bootTab{{uniqueId}}">{{tr "Boot"}}</a>
|
||||
</li>
|
||||
<li class="tabs-title">
|
||||
<li class="tabs-title vm_updateconf_hide">
|
||||
<a href="#kernelTab{{uniqueId}}">{{tr "Kernel"}}</a>
|
||||
</li>
|
||||
<li class="tabs-title">
|
||||
<li class="tabs-title vm_updateconf_hide">
|
||||
<a href="#ramdiskTab{{uniqueId}}">{{tr "Ramdisk"}}</a>
|
||||
</li>
|
||||
<li class="tabs-title">
|
||||
|
Loading…
x
Reference in New Issue
Block a user