Skip to content

Commit f7198c4

Browse files
committed
Update index.html
1 parent 21e7d45 commit f7198c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/html/xui/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,16 @@
299299
</template>
300300
<a-row :class="showIp ? 'ip-visible' : 'ip-hidden'">
301301
<a-col :xs="24" :xxl="12" :style="{ marginTop: isMobile ? '10px' : 0 }">
302-
<a-custom-statistic title="IPv4" :value="status.publicIP.ipv4">
302+
<a-custom-statistic :value="status.publicIP.ipv4">
303303
<template #prefix>
304-
<a-icon type="global" />
304+
IPv4:
305305
</template>
306306
</a-custom-statistic>
307307
</a-col>
308308
<a-col :xs="24" :xxl="12" :style="{ marginTop: isMobile ? '10px' : 0 }">
309-
<a-custom-statistic title="IPv6" :value="status.publicIP.ipv6">
309+
<a-custom-statistic :value="status.publicIP.ipv6">
310310
<template #prefix>
311-
<a-icon type="global" />
311+
IPv6:
312312
</template>
313313
</a-custom-statistic>
314314
</a-col>

0 commit comments

Comments
 (0)