Keep incidents summary inside logs keyboard

This commit is contained in:
2026-02-09 04:12:44 +03:00
parent 2b87ce04a3
commit 2905528677

View File

@@ -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"))