Add system metrics snapshot

This commit is contained in:
2026-02-08 00:02:34 +03:00
parent 5f3c9184b1
commit d3572c6005
6 changed files with 106 additions and 4 deletions

View File

@@ -55,8 +55,9 @@ artifacts_kb = ReplyKeyboardMarkup(
system_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="💽 Disks"), KeyboardButton(text="🔐 Security")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="📦 Updates")],
[KeyboardButton(text="⬆️ Upgrade"), KeyboardButton(text="🔄 Reboot")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="📈 Metrics")],
[KeyboardButton(text="📦 Updates"), KeyboardButton(text="⬆️ Upgrade")],
[KeyboardButton(text="🔄 Reboot")],
[KeyboardButton(text="⬅️ Назад")],
],
resize_keyboard=True,