diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-22 22:42:26 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-23 17:07:32 +0300 |
| commit | 81c9b4450bce3726733438fc860a2f7d4c242ea9 (patch) | |
| tree | 78dc3be6951eb58fed4288dab14734772cacd49d /web/html/xui/inbounds.html | |
| parent | fc3ea2dd4bb81bd5a09fcae8bcc8d4958818eda4 (diff) | |
minor changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Co-Authored-By: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Diffstat (limited to 'web/html/xui/inbounds.html')
| -rw-r--r-- | web/html/xui/inbounds.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index a2365cde..117cbffb 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -186,7 +186,7 @@ </a-radio-group> </div> <a-back-top></a-back-top> - <a-table :columns="isMobile ? mobileColums : columns" :row-key="dbInbound => dbInbound.id" + <a-table :columns="isMobile ? mobileColumns : columns" :row-key="dbInbound => dbInbound.id" :data-source="searchedInbounds" :scroll="isMobile ? {} : { x: 1000 }" :pagination=pagination(searchedInbounds) @@ -508,7 +508,7 @@ scopedSlots: { customRender: 'expiryTime' }, }]; - const mobileColums = [{ + const mobileColumns = [{ title: "ID", align: 'right', dataIndex: "id", |
