andre 7 months ago
parent
commit
1c9fd31acc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clientarea.tpl

+ 1 - 1
clientarea.tpl

@@ -159,7 +159,7 @@
                         <div class="tile">
                           <div style="positon:relative;">
                             <div style="position: absolute; min-width: 100%; min-height: 10px; border: 1px solid black;"></div>
-                            <div style="position: absolute; min-width: {round($quota * 100 / 1024)}%; min-height: 10px; background-color: #1b5f8f;"></div>
+                            <div style="position: absolute; min-width: {round($quota * 100 / $limit)}%; min-height: 10px; background-color: #1b5f8f;"></div>
                           </div>
                         </div>
                       </div>