Skip to content

Commit

Permalink
bug fix - expiry Time
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed May 17, 2023
1 parent 2f3c3d0 commit 85d42ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/html/xui/inbound_client_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}
Expand Down

0 comments on commit 85d42ce

Please sign in to comment.