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:
authordanilshishkevich <danilshishkevich@gmail.com>2025-03-24 18:17:45 +0300
committerdanilshishkevich <danilshishkevich@gmail.com>2025-03-24 18:17:45 +0300
commitfe791b6e998472b2aca85fba386071ffc880897e (patch)
tree25c82ae837c30094263571d8e5a2eff1560083a7
parenta02bf3195d9549dcf58e00e8c1eb2be295cdbe23 (diff)
chore: move client table into components
-rw-r--r--web/html/xui/component/aClientTable.html (renamed from web/html/xui/inbound_client_table.html)2
-rw-r--r--web/html/xui/inbounds.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/component/aClientTable.html
index fbf0699a..2bea96e8 100644
--- a/web/html/xui/inbound_client_table.html
+++ b/web/html/xui/component/aClientTable.html
@@ -1,4 +1,4 @@
-{{define "client_table"}}
+{{define "component/aClientTable"}}
<template slot="actions" slot-scope="text, client, index">
<a-tooltip>
<template slot="title">{{ i18n "qrCode" }}</template>
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 4a0d2c8f..6c16bfa7 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -568,7 +568,7 @@
:data-source="getInboundClients(record)"
:pagination=pagination(getInboundClients(record))
:style="isMobile ? 'margin: -10px 2px -11px;' : 'margin: -10px 22px -11px;'">
- {{template "client_table"}}
+ {{template "component/aClientTable"}}
</a-table>
</template>
</a-table>