Przeglądaj źródła

try to use slider for additional disk in createVM

andre 4 lat temu
rodzic
commit
fcc00bf5c9

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

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