Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-03-18 15:39:07 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-03-18 15:39:07 +0300
commitf7198c4c2f8111171832be3f470d952d742e5d6c (patch)
tree0fc9e2590cc805429d24adc440895b49148df01d
parent21e7d45b5481bb882db008b5d95bd899510005fb (diff)
Update index.html
-rw-r--r--web/html/xui/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html
index dc9b4750..f98e9716 100644
--- a/web/html/xui/index.html
+++ b/web/html/xui/index.html
@@ -299,16 +299,16 @@
</template>
<a-row :class="showIp ? 'ip-visible' : 'ip-hidden'">
<a-col :xs="24" :xxl="12" :style="{ marginTop: isMobile ? '10px' : 0 }">
- <a-custom-statistic title="IPv4" :value="status.publicIP.ipv4">
+ <a-custom-statistic :value="status.publicIP.ipv4">
<template #prefix>
- <a-icon type="global" />
+ IPv4:
</template>
</a-custom-statistic>
</a-col>
<a-col :xs="24" :xxl="12" :style="{ marginTop: isMobile ? '10px' : 0 }">
- <a-custom-statistic title="IPv6" :value="status.publicIP.ipv6">
+ <a-custom-statistic :value="status.publicIP.ipv6">
<template #prefix>
- <a-icon type="global" />
+ IPv6:
</template>
</a-custom-statistic>
</a-col>