Disambiguate OpenWrt menu vs full status button

This commit is contained in:
2026-02-09 04:05:25 +03:00
parent 28caa551bd
commit 219776c642
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ system_logs_tools_kb = ReplyKeyboardMarkup(
# OpenWrt submenu (4 ряда)
openwrt_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🌐 WAN fast"), KeyboardButton(text="📡 OpenWrt")],
[KeyboardButton(text="🌐 WAN fast"), KeyboardButton(text="📡 Full status")],
[KeyboardButton(text="📶 Wi-Fi clients"), KeyboardButton(text="🧾 Leases")],
[KeyboardButton(text="🔀 Leases diff")],
[KeyboardButton(text="⬅️ System")],