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" }}'>[[
|
<a-descriptions-item label='{{ i18n "subscription.totalQuota" }}'>[[
|
||||||
app.total
|
app.total
|
||||||
]]</a-descriptions-item>
|
]]</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>
|
app.remained ]]</a-descriptions-item>
|
||||||
<a-descriptions-item label='{{ i18n "lastOnline" }}'>
|
<a-descriptions-item label='{{ i18n "lastOnline" }}'>
|
||||||
<template v-if="app.lastOnlineMs > 0">
|
<template v-if="app.lastOnlineMs > 0">
|
||||||
|
|
@ -281,4 +281,4 @@
|
||||||
{{template "component/aThemeSwitch" .}}
|
{{template "component/aThemeSwitch" .}}
|
||||||
<script src="{{ .base_path }}assets/js/subscription.js?{{ .cur_ver }}"></script>
|
<script src="{{ .base_path }}assets/js/subscription.js?{{ .cur_ver }}"></script>
|
||||||
|
|
||||||
{{ template "page/body_end" .}}
|
{{ template "page/body_end" .}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue