Update xray.html

This commit is contained in:
Tara Rostami 2024-02-28 18:45:45 +03:30 committed by GitHub
parent b632faf96d
commit fadcb0b155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -419,17 +419,14 @@
</a-col>
<a-col :xs="12" :sm="12" :lg="12" style="text-align: right;">
<a-icon type="sync" :spin="refreshing" @click="refreshOutboundTraffic()" style="margin: 0 5px;"></a-icon>
<a-tooltip placement="bottom">
<template slot="title">{{ i18n "pages.inbounds.resetTraffic" }}</template>
<a-popconfirm placement="topRight" @confirm="resetOutboundTraffic(-1)"
title='{{ i18n "pages.inbounds.resetTrafficContent"}}'
:overlay-class-name="themeSwitcher.currentTheme"
ok-text='{{ i18n "reset"}}'
cancel-text='{{ i18n "cancel"}}'>
<a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #008771' : 'color: #008771'"></a-icon>
<a-icon type="retweet" style="cursor: pointer;"></a-icon>
</a-popconfirm>
</a-tooltip>
<a-popconfirm placement="topRight" @confirm="resetOutboundTraffic(-1)"
title='{{ i18n "pages.inbounds.resetTrafficContent"}}'
:overlay-class-name="themeSwitcher.currentTheme"
ok-text='{{ i18n "reset"}}'
cancel-text='{{ i18n "cancel"}}'>
<a-icon slot="icon" type="question-circle-o" :style="themeSwitcher.isDarkTheme ? 'color: #008771' : 'color: #008771'"></a-icon>
<a-icon type="retweet" style="cursor: pointer;"></a-icon>
</a-popconfirm>
</a-col>
</a-row>
<a-table :columns="outboundColumns" bordered