Add Arcane project status

This commit is contained in:
2026-02-07 23:24:58 +03:00
parent e590b7e38f
commit fc9ef08525
5 changed files with 94 additions and 0 deletions

View File

@@ -19,12 +19,21 @@ menu_kb = ReplyKeyboardMarkup(
docker_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🐳 Status")],
[KeyboardButton(text="🧰 Arcane")],
[KeyboardButton(text="🔄 Restart"), KeyboardButton(text="📜 Logs")],
[KeyboardButton(text="⬅️ Назад")],
],
resize_keyboard=True,
)
arcane_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🔄 Refresh")],
[KeyboardButton(text="⬅️ Назад")],
],
resize_keyboard=True,
)
backup_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="📦 Status"), KeyboardButton(text="📦 Last snapshot")],