We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e7d45 commit f7198c4Copy full SHA for f7198c4
web/html/xui/index.html
@@ -299,16 +299,16 @@
299
</template>
300
<a-row :class="showIp ? 'ip-visible' : 'ip-hidden'">
301
<a-col :xs="24" :xxl="12" :style="{ marginTop: isMobile ? '10px' : 0 }">
302
- <a-custom-statistic title="IPv4" :value="status.publicIP.ipv4">
+ <a-custom-statistic :value="status.publicIP.ipv4">
303
<template #prefix>
304
- <a-icon type="global" />
+ IPv4:
305
306
</a-custom-statistic>
307
</a-col>
308
309
- <a-custom-statistic title="IPv6" :value="status.publicIP.ipv6">
+ <a-custom-statistic :value="status.publicIP.ipv6">
310
311
+ IPv6:
312
313
314
0 commit comments