feat: remove log section from live dashboard (moved to /log)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 15:29:39 -04:00
co-authored by Claude Fable 5
parent b26e853a1c
commit 600e68b509
2 changed files with 0 additions and 88 deletions
-1
View File
@@ -507,7 +507,6 @@ async def start(
for h in sorted(hbdclass.Host.hosts)
if _can_operate_host(current_user, hbdclass.Host.hosts[h])
],
messages=data.msgs[-30:],
current_user=current_user.to_dict() if current_user else None,
active_page="live",
)