瀏覽代碼

usageupdate

andre 3 年之前
父節點
當前提交
dfb08b0158
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      clientarea.tpl

+ 5 - 0
clientarea.tpl

@@ -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" />
                           <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>
                           <p>{($diskusage / 1024)|round:1} GB / {($disklimit / 1024)|round:1} GB</p>
                         </div>
                         </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>
                       <div class="clearfix">
                       <div class="clearfix">
                       </div>
                       </div>