mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Update subpage.html
Bold the Remained Label
This commit is contained in:
parent
51e2fb6dbf
commit
6697967e28
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@
|
|||
<a-descriptions-item label='{{ i18n "subscription.totalQuota" }}'>[[
|
||||
app.total
|
||||
]]</a-descriptions-item>
|
||||
<a-descriptions-item v-if="app.totalByte > 0" label='{{ i18n "remained" }}'>[[
|
||||
<a-descriptions-item v-if="app.totalByte > 0" label='<b>{{ i18n "remained" }}</b>'>[[
|
||||
app.remained ]]</a-descriptions-item>
|
||||
<a-descriptions-item label='{{ i18n "lastOnline" }}'>
|
||||
<template v-if="app.lastOnlineMs > 0">
|
||||
|
|
|
|||
Loading…
Reference in a new issue