feat: wire monitors, scheduler, alerts, and nav into app

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 20:01:31 -04:00
parent 75b0233c94
commit 7dbb662c38
3 changed files with 108 additions and 8 deletions
+2
View File
@@ -34,6 +34,8 @@
<nav>
<span class="brand">FabledNetMon</span>
<a href="/">Dashboard</a>
<a href="/hosts/">Hosts</a>
<a href="/alerts/">Alerts</a>
<a href="/logout">Logout ({{ session.username }})</a>
</nav>
{% endif %}