diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index 7414395e..67fc0f72 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -10,11 +10,9 @@
margin-inline: 0.3rem;
}
}
-
.ant-col-sm-24 {
margin-top: 10px;
}
-
.ant-card-dark h2 {
color: var(--dark-color-text-primary);
}
@@ -94,8 +92,8 @@
{{ i18n "pages.index.operationHours" }}:
- Xray [[ formatSecond(status.appStats.uptime) ]]
- OS [[ formatSecond(status.uptime) ]]
+ Xray: [[ formatSecond(status.appStats.uptime) ]]
+ OS: [[ formatSecond(status.uptime) ]]
@@ -143,10 +141,10 @@
{{ i18n "usage"}}:
- RAM [[ sizeFormat(status.appStats.mem) ]]
+ RAM: [[ sizeFormat(status.appStats.mem) ]]
- Threads [[ status.appStats.threads ]]
+ Threads: [[ status.appStats.threads ]]
@@ -315,7 +313,7 @@
+ :href="'data:application/text;charset=utf-8,' + encodeURIComponent(logModal.logs)" download="x-ui.log">
@@ -447,7 +445,7 @@
const logModal = {
visible: false,
- logs: [],
+ logs: '',
rows: 20,
level: 'info',
syslog: false,