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