diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-10 18:19:31 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-10 18:19:31 +0300 |
| commit | c1980277e1dad7155034aa55e1a95c7b6401e0e4 (patch) | |
| tree | 88e90d327c4d68d002e31f58094d2aea76310d8d /web/html/xui/inbounds_client_row.html | |
| parent | 145015bf4192b5473b74cd7aafc57a39e8858f32 (diff) | |
fa,zh bug fixed - qrcode for trojan added
Diffstat (limited to 'web/html/xui/inbounds_client_row.html')
| -rw-r--r-- | web/html/xui/inbounds_client_row.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds_client_row.html b/web/html/xui/inbounds_client_row.html index cb231f5e..fa8621a8 100644 --- a/web/html/xui/inbounds_client_row.html +++ b/web/html/xui/inbounds_client_row.html @@ -7,7 +7,7 @@ <a-tag v-if="client._totalGB === 0" color="blue">{{ i18n "used" }}: [[ sizeFormat(getUpStats(record, client.email) + getDownStats(record, client.email)) ]]</a-tag> <a-tag v-if="client._totalGB > 0 && !isTrafficExhausted(record, client.email)" color="green">{{ i18n "used" }}: [[ sizeFormat(getUpStats(record, client.email) + getDownStats(record, client.email)) ]] / [[client._totalGB]]GB</a-tag> <a-tag v-if="client._totalGB > 0 && isTrafficExhausted(record, client.email)" color="red">{{ i18n "used" }}: [[ sizeFormat(getUpStats(record, client.email) + getDownStats(record, client.email)) ]] / [[client._totalGB]]GB</a-tag> -</template> +</template> <template slot="expiryTime" slot-scope="text, client, index"> <template v-if="client._expiryTime > 0"> <a-tag v-if="isExpiry(record, index)" color="red"> |
