diff options
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", |
