Refine Telegram settings layout

This commit is contained in:
rajchales-monito
2026-07-30 11:02:20 +02:00
parent d239131741
commit e29b3a71ae
2 changed files with 19 additions and 2 deletions
+4 -2
View File
@@ -231,8 +231,10 @@
<p class="ai-help">
Bot vytvoris v Telegramu pres BotFather. Webhook URL zkopiruj do setWebhook nebo ji pouzijeme pri nastaveni serveru.
</p>
<label><input id="telegramEnabled" type="checkbox"> zapnout Telegram</label>
<label>Jmeno odpovedi <input id="telegramOperatorName" autocomplete="off" placeholder="Alex"></label>
<div class="telegram-top-row">
<label class="setting-switch">zapnout Telegram <input id="telegramEnabled" type="checkbox"></label>
<label>Nick v chatu <input id="telegramOperatorName" autocomplete="off" placeholder="Alex"></label>
</div>
<label class="full-row">Bot token
<input id="telegramBotToken" type="password" autocomplete="off" placeholder="123456:ABC...">
<small id="telegramStatus">Telegram neni nastaveny.</small>