wah wah wah

This commit is contained in:
lda
2026-04-12 18:15:23 +07:00 Unverified
parent 5efcdf75ea
commit c8a986148d
5 changed files with 506 additions and 44 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
import { NavLink, Outlet } from "react-router-dom";
const navItems = [
["/", "Dashboard"],
["/", "Devices"],
["/commands", "Wake Tools"],
["/dashboard", "Fleet Health"],
["/agents", "Agents"],
["/commands", "Commands"],
["/audit", "Audit"],
["/alerts", "Alerts"],
["/tokens", "Tokens"],
@@ -15,7 +16,7 @@ export function AppLayout() {
<header className="topbar">
<div>
<h1>Wakey Operator UI</h1>
<p>Control-plane operations, audits, and live alerts</p>
<p>Find devices fast and wake them reliably</p>
</div>
</header>