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:
-rw-r--r--README.md4
-rw-r--r--config/version2
-rw-r--r--web/assets/css/custom.css2
-rw-r--r--web/html/xui/inbounds.html10
4 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 99656ad6..9a4d7e22 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.
# Install custom version
-To install your desired version you can add the version to the end of install command. Example for ver `v1.7.9`:
+To install your desired version you can add the version to the end of install command. Example for ver `v2.0.0`:
```
-bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.7.9
+bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.0.0
```
# SSL
diff --git a/config/version b/config/version
index cb1ad9b4..359a5b95 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-1.7.9 \ No newline at end of file
+2.0.0 \ No newline at end of file
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index d2fad5a4..2d0873c6 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -401,7 +401,7 @@ style attribute {
.ant-table-tbody > tr > td,
.ant-table-thead > tr > th {
- padding: 16px 5px;
+ padding: 16px 16px;
}
.ant-table-expand-icon-th,
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 6309dcb8..7b655543 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -447,7 +447,7 @@
title: "ID",
align: 'right',
dataIndex: "id",
- width: 30,
+ width: 40,
responsive: ["xs"],
}, {
title: '{{ i18n "pages.inbounds.operate" }}',
@@ -487,7 +487,7 @@
}, {
title: '{{ i18n "pages.inbounds.expireDate" }}',
align: 'center',
- width: 40,
+ width: 60,
scopedSlots: { customRender: 'expiryTime' },
}];
@@ -515,9 +515,9 @@
}];
const innerColumns = [
- { title: '{{ i18n "pages.inbounds.operate" }}', width: 50, scopedSlots: { customRender: 'actions' } },
- { title: '{{ i18n "pages.inbounds.enable" }}', width: 20, scopedSlots: { customRender: 'enable' } },
- { title: '{{ i18n "online" }}', width: 20, scopedSlots: { customRender: 'online' } },
+ { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } },
+ { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } },
+ { title: '{{ i18n "online" }}', width: 30, scopedSlots: { customRender: 'online' } },
{ title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
{ title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
{ title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },