1
0
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:
Carlos Martín 2016-04-26 16:02:47 +02:00
parent 617b79ea07
commit 471ac433f6
2 changed files with 6 additions and 4 deletions

View File

@ -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"}}

View File

@ -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">