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:
authordanilshishkevich <danilshishkevich@gmail.com>2025-03-25 18:13:17 +0300
committerdanilshishkevich <danilshishkevich@gmail.com>2025-03-25 18:13:17 +0300
commit19f79386172118630d1a36e4c7b031504e081077 (patch)
tree5935334533d03dbeceab5b46fd8cb5f6f29d9036 /web/html/xui/settings/panel/telegram.html
parentfe791b6e998472b2aca85fba386071ffc880897e (diff)
chore: giving keys for each `a-collapse-panel`
Diffstat (limited to 'web/html/xui/settings/panel/telegram.html')
-rw-r--r--web/html/xui/settings/panel/telegram.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/settings/panel/telegram.html b/web/html/xui/settings/panel/telegram.html
index b826f17d..0f11fc86 100644
--- a/web/html/xui/settings/panel/telegram.html
+++ b/web/html/xui/settings/panel/telegram.html
@@ -1,6 +1,6 @@
{{define "settings/panel/telegram"}}
-<a-collapse>
- <a-collapse-panel header='{{ i18n "pages.xray.generalConfigs"}}'>
+<a-collapse default-active-key="1">
+ <a-collapse-panel key="1" header='{{ i18n "pages.xray.generalConfigs"}}'>
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.settings.telegramBotEnable" }}</template>
<template #description>{{ i18n "pages.settings.telegramBotEnableDesc" }}</template>
@@ -35,7 +35,7 @@
</template>
</a-setting-list-item>
</a-collapse-panel>
- <a-collapse-panel header='{{ i18n "pages.settings.notifications" }}'>
+ <a-collapse-panel key="2" header='{{ i18n "pages.settings.notifications" }}'>
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.settings.telegramNotifyTime"}}</template>
<template #description>{{ i18n "pages.settings.telegramNotifyTimeDesc"}}</template>
@@ -65,7 +65,7 @@
</template>
</a-setting-list-item>
</a-collapse-panel>
- <a-collapse-panel header='{{ i18n "pages.settings.proxyAndServer" }}'>
+ <a-collapse-panel key="3" header='{{ i18n "pages.settings.proxyAndServer" }}'>
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.settings.telegramProxy"}}</template>
<template #description>{{ i18n "pages.settings.telegramProxyDesc"}}</template>