diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 00:57:17 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-10 00:57:17 +0300 |
| commit | 304510aefc7bb56a392c2adc973e1dc918d4f31b (patch) | |
| tree | b7049394b8c7a4ffded792c5c2fcfaa5e7421f73 | |
| parent | 3ef04201ccb2eb9692b65583f760dd1a750a6de8 (diff) | |
Update index.htmlv1.1.5
| -rw-r--r-- | web/html/xui/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/index.html b/web/html/xui/index.html index b084a84a..5a80989c 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -174,7 +174,7 @@ <a-card hoverable :class="siderDrawer.isDarkTheme ? darkClass : ''"> 3x-ui: <a href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a> <a href="https://t.me/panel3xui" target="_blank"><a-tag color="green">Telegram</a-tag></a> - <a-tag color="blue" style="cursor: pointer;" @click="openLogs">Log Reports</a-tag> + <a-tag color="blue" style="cursor: pointer;" @click="openLogs(20)">Log Reports</a-tag> </a-card> </a-col> </a-row> |
