Add docker stats view

This commit is contained in:
2026-02-08 01:59:59 +03:00
parent c8db1be2d8
commit 9ced16cfbd
2 changed files with 36 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ docker_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🐳 Status"), KeyboardButton(text="🧰 Arcane")],
[KeyboardButton(text="🔄 Restart"), KeyboardButton(text="📜 Logs")],
[KeyboardButton(text="⬅️ Назад")],
[KeyboardButton(text="📈 Stats"), KeyboardButton(text="⬅️ Назад")],
],
resize_keyboard=True,
)