Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlireza Ahmadi <alireza7@gmail.com>2023-12-10 17:06:42 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-10 17:17:10 +0300
commite1da2a2eedd0436296fba7e5a214ed9a347a1ef3 (patch)
treedace9ffcd6c046df112722aa4d1e493e70ee42f6 /web/html/xui/inbounds.html
parent848e549c0cdff9b21991e9bd2f6534f59b7a6b5b (diff)
small fixes #1300
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 10707f12..6309dcb8 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -185,9 +185,8 @@
:row-class-name="dbInbound => (dbInbound.isMultiUser() ? '' : 'hideExpandIcon')"
style="margin-top: 10px">
<template slot="action" slot-scope="text, dbInbound">
- <a-icon type="edit" style="font-size: 22px" @click="openEditInbound(dbInbound.id);"></a-icon>
<a-dropdown :trigger="['click']">
- <a @click="e => e.preventDefault()">{{ i18n "pages.inbounds.operate" }}</a>
+ <a-icon @click="e => e.preventDefault()" type="more" style="font-size: 20px; text-decoration: solid;"></a-icon>
<a-menu slot="overlay" @click="a => clickAction(a, dbInbound)" :theme="themeSwitcher.currentTheme">
<a-menu-item key="edit">
<a-icon type="edit"></a-icon>