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:
Diffstat (limited to 'web/html/xui/inbounds.html')
-rw-r--r--web/html/xui/inbounds.html4
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",