Keep incidents summary inside logs keyboard
This commit is contained in:
@@ -389,7 +389,7 @@ async def incidents_summary(msg: Message):
|
|||||||
f"24h: {t24} (top: {top24}; suppressed: {supp24}; last: {last24})\n"
|
f"24h: {t24} (top: {top24}; suppressed: {supp24}; last: {last24})\n"
|
||||||
f"7d: {t7} (top: {top7}; suppressed: {supp7}; last: {last7})"
|
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"))
|
@dp.message(F.text.startswith("/incidents_diff"))
|
||||||
|
|||||||
Reference in New Issue
Block a user