diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-05-10 17:47:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 17:47:59 +0300 |
| commit | 23293813bb02ff03e336dde4ce3b628db5123950 (patch) | |
| tree | 4ecd4c20a37754e9622f46d529c6635af35ce785 /web/html/settings/xray/balancers.html | |
| parent | c15ec5315a48eb40c822b4b8a18693a666e2be23 (diff) | |
chore: add translations for `a-table`
Diffstat (limited to 'web/html/settings/xray/balancers.html')
| -rw-r--r-- | web/html/settings/xray/balancers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/settings/xray/balancers.html b/web/html/settings/xray/balancers.html index 19c4c99a..af7def75 100644 --- a/web/html/settings/xray/balancers.html +++ b/web/html/settings/xray/balancers.html @@ -5,7 +5,7 @@ <span>{{ i18n "pages.xray.balancer.addBalancer"}}</span> </a-button> <a-table :columns="balancerColumns" bordered :row-key="r => r.key" :data-source="balancersData" - :scroll="isMobile ? {} : { x: 200 }" :pagination="false" :indent-size="0"> + :scroll="isMobile ? {} : { x: 200 }" :pagination="false" :indent-size="0" :locale='{ filterConfirm: `{{ i18n "confirm" }}`, filterReset: `{{ i18n "reset" }}` }'> <template slot="action" slot-scope="text, balancer, index"> <span>[[ index+1 ]]</span> <a-dropdown :trigger="['click']"> |
