Browse Source

try to use slider for additional disk in createVM

andre 4 years ago
parent
commit
fcc00bf5c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/VmCreate/Templates/sections/qemu/generalSection.tpl

+ 1 - 1
app/UI/VmCreate/Templates/sections/qemu/generalSection.tpl

@@ -34,7 +34,7 @@
         {/if}
         <div class="lu-widget__content">
             {foreach from=$rawObject->getFields() item=field }
-                {$field->getHtml()}
+                {$field->getHtml()}<br>
             {/foreach}
         </div>