Add SMART short test and status

This commit is contained in:
2026-02-08 01:50:39 +03:00
parent 48dc1f38ac
commit a7d5fb5459
3 changed files with 62 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ system_info_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="💽 Disks"), KeyboardButton(text="🔐 Security")],
[KeyboardButton(text="📈 Metrics"), KeyboardButton(text="🧱 Hardware")],
[KeyboardButton(text="🧪 SMART test"), KeyboardButton(text="🧪 SMART status")],
[KeyboardButton(text="⬅️ System")],
],
resize_keyboard=True,