Browse Source

show values ion ressources

andre 4 years ago
parent
commit
5b2bde7bf0

+ 1 - 1
app/UI/Client/Templates/assets/css/module_styles.css

@@ -142,7 +142,7 @@ input[type=range]:focus::-ms-fill-upper {
 }*/
 
 #layers .lu-progress--h .lu-progress__label{
-    flex-basis: 50%!important;
+    flex-basis: 23%!important;
 }
 
 .vm-actions .lu-widget__content{

+ 1 - 1
app/UI/Home/Templates/pages/accountSummary.tpl

@@ -5,7 +5,7 @@
             {foreach from=$customTplVars.bars item=bar}
                 <div class="lu-progress lu-progress--h lu-progress--s lu-progress__label">
                     <div class="lu-progress__label" style="white-space: nowrap;">
-                        {$bar.name} ({$bar.used}/{$bar.max}{if $bar.unit} {$bar.unit}{/if})
+                        {$bar.name}<br>({$bar.used}/{$bar.max}{if $bar.unit} {$bar.unit}{/if})
                     </div>
                     <div class="lu-progress__bar progress-bar-danger">
                         <div class="lu-progress__fill" style="width: {$bar.value}%"></div>