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