Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-05-17 18:27:34 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-05-17 18:27:34 +0300
commit85d42ce94fbbd64f72f6c9dd528618a41a009fd1 (patch)
tree1ca4f6bdb13ccfffa4d793b66c224fd64f2a7d3b /web/html/xui/inbound_client_table.html
parent2f3c3d0ed2170bcef488134214e758a1a838610f (diff)
bug fix - expiry Timev1.5.0
Diffstat (limited to 'web/html/xui/inbound_client_table.html')
-rw-r--r--web/html/xui/inbound_client_table.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html
index 43491c45..4b09b43a 100644
--- a/web/html/xui/inbound_client_table.html
+++ b/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" }}