add remote fleet terminal sessions

This commit is contained in:
lda
2026-07-15 07:33:37 +07:00 Verified
parent 4ecef8da38
commit 4d793136ba
24 changed files with 2386 additions and 26 deletions
+2
View File
@@ -12,6 +12,7 @@ import {
FileText,
Key,
Terminal,
SquareTerminal,
PanelLeftClose,
PanelLeft,
} from "lucide-react";
@@ -57,6 +58,7 @@ const navSections: NavSection[] = [
{ to: "/audit", label: "Audit", icon: FileText },
{ to: "/tokens", label: "Tokens", icon: Key },
{ to: "/commands", label: "Commands", icon: Terminal },
{ to: "/terminal", label: "Terminal", icon: SquareTerminal },
],
},
];