Normalize keyboard layouts

This commit is contained in:
2026-02-07 23:51:34 +03:00
parent 5cfb74c2e8
commit bfcd8b4833

View File

@@ -18,8 +18,7 @@ menu_kb = ReplyKeyboardMarkup(
docker_kb = ReplyKeyboardMarkup( docker_kb = ReplyKeyboardMarkup(
keyboard=[ keyboard=[
[KeyboardButton(text="🐳 Status")], [KeyboardButton(text="🐳 Status"), KeyboardButton(text="🧰 Arcane")],
[KeyboardButton(text="🧰 Arcane")],
[KeyboardButton(text="🔄 Restart"), KeyboardButton(text="📜 Logs")], [KeyboardButton(text="🔄 Restart"), KeyboardButton(text="📜 Logs")],
[KeyboardButton(text="⬅️ Назад")], [KeyboardButton(text="⬅️ Назад")],
], ],
@@ -57,8 +56,7 @@ system_kb = ReplyKeyboardMarkup(
keyboard=[ keyboard=[
[KeyboardButton(text="💽 Disks"), KeyboardButton(text="🔐 Security")], [KeyboardButton(text="💽 Disks"), KeyboardButton(text="🔐 Security")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="📦 Updates")], [KeyboardButton(text="🌐 URLs"), KeyboardButton(text="📦 Updates")],
[KeyboardButton(text="⬆️ Upgrade")], [KeyboardButton(text="⬆️ Upgrade"), KeyboardButton(text="🔄 Reboot")],
[KeyboardButton(text="🔄 Reboot")],
[KeyboardButton(text="⬅️ Назад")], [KeyboardButton(text="⬅️ Назад")],
], ],
resize_keyboard=True, resize_keyboard=True,