Compare commits
2 Commits
2b87ce04a3
...
fd179d24e8
| Author | SHA1 | Date | |
|---|---|---|---|
| fd179d24e8 | |||
| 2905528677 |
@@ -389,7 +389,7 @@ async def incidents_summary(msg: Message):
|
||||
f"24h: {t24} (top: {top24}; suppressed: {supp24}; last: {last24})\n"
|
||||
f"7d: {t7} (top: {top7}; suppressed: {supp7}; last: {last7})"
|
||||
)
|
||||
await msg.answer(text, reply_markup=system_logs_audit_kb)
|
||||
await msg.answer(text, reply_markup=system_logs_kb)
|
||||
|
||||
|
||||
@dp.message(F.text.startswith("/incidents_diff"))
|
||||
|
||||
@@ -10,7 +10,7 @@ menu_kb = ReplyKeyboardMarkup(
|
||||
keyboard=[
|
||||
[KeyboardButton(text="🩺 Health"), KeyboardButton(text="📊 Статус")],
|
||||
[KeyboardButton(text="🐳 Docker"), KeyboardButton(text="📦 Backup")],
|
||||
[KeyboardButton(text="🧾 Incidents"), KeyboardButton(text="⚙️ System")],
|
||||
[KeyboardButton(text="⚙️ System")],
|
||||
[KeyboardButton(text="ℹ️ Help")],
|
||||
],
|
||||
resize_keyboard=True,
|
||||
|
||||
Reference in New Issue
Block a user