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:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-05-10 17:47:59 +0300
committerGitHub <noreply@github.com>2025-05-10 17:47:59 +0300
commit23293813bb02ff03e336dde4ce3b628db5123950 (patch)
tree4ecd4c20a37754e9622f46d529c6635af35ce785 /web/html/inbounds.html
parentc15ec5315a48eb40c822b4b8a18693a666e2be23 (diff)
chore: add translations for `a-table`
Diffstat (limited to 'web/html/inbounds.html')
-rw-r--r--web/html/inbounds.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index f632a5cc..29e6b00f 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -301,7 +301,8 @@
:expand-icon-column-index="0"
:indent-size="0"
:row-class-name="dbInbound => (dbInbound.isMultiUser() ? '' : 'hideExpandIcon')"
- :style="{ marginTop: '10px' }">
+ :style="{ marginTop: '10px' }"
+ :locale='{ filterConfirm: `{{ i18n "confirm" }}`, filterReset: `{{ i18n "reset" }}`, emptyText: `{{ i18n "noData" }}` }'>
<template slot="action" slot-scope="text, dbInbound">
<a-dropdown :trigger="['click']">
<a-icon @click="e => e.preventDefault()" type="more" :style="{ fontSize: '20px', textDecoration: 'solid' }"></a-icon>