|
|
@@ -180,6 +180,11 @@
|
|
|
<input type="text" value="{$diskpercent|substr:0:-1}" class="dial-usage" data-width="100" data-height="100" data-min="0" data-readOnly="true" />
|
|
|
<p>{($diskusage / 1024)|round:1} GB / {($disklimit / 1024)|round:1} GB</p>
|
|
|
</div>
|
|
|
+ <div class="col-sm-6">
|
|
|
+ <h4>{lang key='bandwidth'}</h4>
|
|
|
+ <input type="text" value="{$bwpercent|substr:0:-1}" class="dial-usage" data-width="100" data-height="100" data-min="0" data-readOnly="true" />
|
|
|
+ <p>{$bwusage}MB / {$bwlimit}MB</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="clearfix">
|
|
|
</div>
|