|
|
@@ -176,16 +176,16 @@
|
|
|
<div class="tab-pane fade" role="tabpanel" id="resourceusage" align="center">
|
|
|
<table>
|
|
|
<tr class="col-sm-12">
|
|
|
- <td class="col-sm-6 justify-content-sm-center ">
|
|
|
- <h4>{lang key='diskSpace'}</h4>
|
|
|
- <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>
|
|
|
- </td>
|
|
|
- <td class="col-sm-6 justify-content-sm-center ">
|
|
|
- <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 / 1024)|round:1} GB / {($bwlimit / 1024)|round:1} GB</p>
|
|
|
- </td>
|
|
|
+ <td class="col-sm-6 text-sm-center">
|
|
|
+ <h4>{lang key='diskSpace'}</h4>
|
|
|
+ <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>
|
|
|
+ </td>
|
|
|
+ <td class="col-sm-6 text-sm-center">
|
|
|
+ <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 / 1024)|round:1} GB / {($bwlimit / 1024)|round:1} GB</p>
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<div class="clearfix">
|