瀏覽代碼

bug fix - expiry Time

MHSanaei 1 年之前
父節點
當前提交
85d42ce94f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      web/html/xui/inbound_client_table.html

+ 2 - 0
web/html/xui/inbound_client_table.html

@@ -38,6 +38,8 @@
 <template slot="expiryTime" slot-scope="text, client, index">
     <template v-if="client.expiryTime > 0">
         <a-tag :color="usageColor(new Date().getTime(), app.expireDiff, client.expiryTime)">
+            [[ DateUtil.formatMillis(client._expiryTime) ]]
+        </a-tag>
     </template>
     <a-tag v-else-if="client.expiryTime < 0" color="cyan">
         [[ client._expiryTime ]] {{ i18n "pages.client.days" }}