Browse Source

usageupdate

andre 3 years ago
parent
commit
0006b863f0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      clientarea.tpl

+ 3 - 3
clientarea.tpl

@@ -174,14 +174,14 @@
                   {/if}
                   {if $lastupdate}
                     <div class="tab-pane fade" role="tabpanel" id="resourceusage" align="center">
-                      <table class="row row-eq-height row-eq-height-sm">
+                      <table>
                         <tr>
-                        <td class="col-sm-6">
+                        <td>
                           <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-4">
+                        <td>
                           <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>