Add hardware info in system

This commit is contained in:
2026-02-08 00:06:29 +03:00
parent e10d5f10ab
commit 3fa7821d08
3 changed files with 50 additions and 3 deletions

View File

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