diff options
| -rw-r--r-- | web/html/xui/inbound_client_table.html | 2 |
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" }} |
