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:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-12-10 20:13:48 +0300
committerAlireza Ahmadi <alireza7@gmail.com>2023-12-11 16:58:25 +0300
commita2343d204191617dcf316a6d46277571a5bf9b46 (patch)
tree68e7da87e60b105e81ba7124900d53d891f5daa0 /web/html/xui/inbounds.html
parent24ef7498422bedc73661ea9ebd1300ec12ac681d (diff)
v2.0.0v2.0.0
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 00d647f1..c41e4408 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -419,11 +419,11 @@
</template>
<template slot="expandedRowRender" slot-scope="record">
<a-table
- :row-key="client => client.id"
- :columns="isMobile ? innerMobileColumns : innerColumns"
- :data-source="getInboundClients(record)"
- :pagination=pagination(getInboundClients(record))
- :style="isMobile ? 'margin: -12px -5px -13px;' : 'margin-left: 10px;'">
+ :row-key="client => client.id"
+ :columns="isMobile ? innerMobileColumns : innerColumns"
+ :data-source="getInboundClients(record)"
+ :pagination=pagination(getInboundClients(record))
+ style="margin: -12px -6px -13px;">
{{template "client_table"}}
</a-table>
</template>
@@ -1175,7 +1175,7 @@
inboundLinks(dbInboundId) {
dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
newDbInbound = this.checkFallback(dbInbound);
- txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks, newDbInbound.remark);
+ txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks(), newDbInbound.remark);
},
importInbound() {
promptModal.open({