diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-10 20:13:48 +0300 |
|---|---|---|
| committer | Alireza Ahmadi <alireza7@gmail.com> | 2023-12-11 17:15:06 +0300 |
| commit | af54b34f3a4035cebecf9e614142b6ad5ac06c40 (patch) | |
| tree | 28b4092f19afd27154236f60b955f7dfc20a0b35 /web/html/xui/inbounds.html | |
| parent | 24ef7498422bedc73661ea9ebd1300ec12ac681d (diff) | |
v2.0.0
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 00d647f1..f842d5a1 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> @@ -1089,7 +1089,7 @@ title: '{{ i18n "pages.inbounds.delDepletedClientsTitle"}}', content: '{{ i18n "pages.inbounds.delDepletedClientsContent"}}', class: themeSwitcher.currentTheme, - okText: '{{ i18n "reset"}}', + okText: '{{ i18n "delete"}}', cancelText: '{{ i18n "cancel"}}', onOk: () => this.submit('/panel/inbound/delDepletedClients/' + dbInboundId), }) @@ -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({ |
