diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-13 19:25:20 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-14 09:45:44 +0300 |
| commit | 6a2019629b203108062c05c0b17b37604405fcfd (patch) | |
| tree | 7f7a3c8115d5b89db7daefdc70fd96acbd5c9ef7 /web/html/xui/index.html | |
| parent | 8d18c8e98f1b6531d1997feb6933419d71401968 (diff) | |
v2.0.1
Diffstat (limited to 'web/html/xui/index.html')
| -rw-r--r-- | web/html/xui/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 675b267d..9920dd90 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -102,7 +102,7 @@ <template slot="content"> <p style="max-width: 400px" v-for="line in status.xray.errorMsg.split('\n')">[[ line ]]</p> </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-popover> <a-tag color="purple" style="cursor: pointer;" @click="stopXrayService">{{ i18n "pages.index.stopXray" }}</a-tag> <a-tag color="purple" style="cursor: pointer;" @click="restartXrayService">{{ i18n "pages.index.restartXray" }}</a-tag> @@ -125,7 +125,7 @@ <template slot="title"> {{ i18n "pages.index.systemLoadDesc" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-card> </a-col> @@ -146,7 +146,7 @@ <template slot="title"> [[ status.publicIP.ipv4 ]] </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> <a-col :span="12"> @@ -155,7 +155,7 @@ <template slot="title"> [[ status.publicIP.ipv6 ]] </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> </a-row> @@ -170,7 +170,7 @@ <template slot="title"> {{ i18n "pages.index.connectionTcpCountDesc" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> <a-col :span="12"> @@ -179,7 +179,7 @@ <template slot="title"> {{ i18n "pages.index.connectionUdpCountDesc" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> </a-row> @@ -195,7 +195,7 @@ <template slot="title"> {{ i18n "pages.index.upSpeed" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> <a-col :span="12"> @@ -205,7 +205,7 @@ <template slot="title"> {{ i18n "pages.index.downSpeed" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> </a-row> @@ -221,7 +221,7 @@ <template slot="title"> {{ i18n "pages.index.totalSent" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> <a-col :span="12"> @@ -231,7 +231,7 @@ <template slot="title"> {{ i18n "pages.index.totalReceive" }} </template> - <a-icon type="question-circle" theme="filled"></a-icon> + <a-icon type="question-circle"></a-icon> </a-tooltip> </a-col> </a-row> |
