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/inbounds.html | |
| parent | c15ec5315a48eb40c822b4b8a18693a666e2be23 (diff) | |
chore: add translations for `a-table`
Diffstat (limited to 'web/html/inbounds.html')
| -rw-r--r-- | web/html/inbounds.html | 3 |
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> |
