diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-17 18:41:16 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-06-17 18:41:16 +0300 |
| commit | b833ed799237fee9b6ba0b74675b5d340025279b (patch) | |
| tree | 01faa0bd17ded6471eea9a2f7431e0bd06dc4c36 /web/html/xui/settings.html | |
| parent | 5188d516e3a13e0cf4c04f8af653007983b16cb5 (diff) | |
new - tg Login Notification #584
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index abcacada..76ca8aa1 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -370,6 +370,7 @@ <setting-list-item type="text" title='{{ i18n "pages.settings.telegramChatId"}}' desc='{{ i18n "pages.settings.telegramChatIdDesc"}}' v-model="allSetting.tgBotChatId"></setting-list-item> <setting-list-item type="text" title='{{ i18n "pages.settings.telegramNotifyTime"}}' desc='{{ i18n "pages.settings.telegramNotifyTimeDesc"}}' v-model="allSetting.tgRunTime"></setting-list-item> <setting-list-item type="switch" title='{{ i18n "pages.settings.tgNotifyBackup" }}' desc='{{ i18n "pages.settings.tgNotifyBackupDesc" }}' v-model="allSetting.tgBotBackup"></setting-list-item> + <setting-list-item type="switch" title='{{ i18n "pages.settings.tgNotifyLogin" }}' desc='{{ i18n "pages.settings.tgNotifyLoginDesc" }}' v-model="allSetting.tgBotLoginNotify"></setting-list-item> <setting-list-item type="number" title='{{ i18n "pages.settings.tgNotifyCpu" }}' desc='{{ i18n "pages.settings.tgNotifyCpuDesc" }}' v-model="allSetting.tgCpu" :min="0" :max="100"></setting-list-item> <a-list-item> <a-row style="padding: 20px"> |
