diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-20 15:25:51 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-20 15:25:51 +0300 |
| commit | 498074479349aa19151cf70ccb902edf25235fb7 (patch) | |
| tree | 235733e5d26318a3d3b207f14173a01caa56ff5d /web/html/xui/form/client.html | |
| parent | 5ff6f4094eee8f6b67023821a21cef8ce45ca857 (diff) | |
add reset traffic in edit
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html index 2d8c5d2b..330a20c1 100644 --- a/web/html/xui/form/client.html +++ b/web/html/xui/form/client.html @@ -98,6 +98,10 @@ [[ sizeFormat(clientStats.down) ]] ([[ sizeFormat(clientStats.up + clientStats.down) ]]) </a-tag> + <a-tooltip> + <template slot="title">{{ i18n "pages.inbounds.resetTraffic" }}</template> + <a-icon type="retweet" @click="resetClientTraffic(client.email,clientStats.inboundId,$event.target)" v-if="client.email.length > 0"></a-icon> + </a-tooltip> </template> </a-form-item> <a-form-item label='{{ i18n "pages.client.delayedStart" }}'> |
