Browse Source

bug fix - expiry Time

MHSanaei 1 year ago
parent
commit
85d42ce94f
1 changed files with 2 additions and 0 deletions
  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" }}