diff options
| author | MHSanaei <mc.sanaei@gmail.com> | 2023-02-11 23:22:24 +0300 |
|---|---|---|
| committer | MHSanaei <mc.sanaei@gmail.com> | 2023-02-11 23:22:24 +0300 |
| commit | 56e8203a3428ab78a30bc2c22ab6c646a1a40052 (patch) | |
| tree | f84157e3b39b03ea921919e9f12600605e9bb91c /web/html/xui/inbounds.html | |
| parent | 439949a964e2a0be8551e03820977df3058ce1e4 (diff) | |
trojan grpc link fixed - some en lang edited
upgrade
text to v0.7.0
i18nv2 to v2.2.1
sqlite3 to v1.14.16
toml to v1.2.1
downgrade
sessions to v0.0.4
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index d7e56612..8d295121 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -54,7 +54,7 @@ style="margin-top: 20px" @change="() => getDBInbounds()"> <template slot="action" slot-scope="text, dbInbound"> - <a-icon type="edit" @click="openEditInbound(dbInbound)"></a-icon> + <a-icon type="edit" style="font-size: 25px" @click="openEditInbound(dbInbound)"></a-icon> <a-dropdown :trigger="['click']"> <a @click="e => e.preventDefault()">{{ i18n "pages.inbounds.operate" }}</a> <a-menu slot="overlay" @click="a => clickAction(a, dbInbound)"> |
