Ver Fonte

try to use slider for additional disk in createVM

andre há 4 anos atrás
pai
commit
15abd0ac78

+ 1 - 1
app/UI/VmCreate/Templates/sections/additionalDiskSection.tpl

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

+ 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()}<br>
+                {$field->getHtml()}
             {/foreach}
         </div>