feat: improve dashboard and commpand pallete

This commit is contained in:
LukeGus
2026-05-13 01:05:37 -05:00
parent 835b98a102
commit 6212a24567
8 changed files with 1485 additions and 1697 deletions
+2 -1
View File
@@ -150,7 +150,8 @@ export type TabType =
| "user-profile"
| "admin-settings"
| "docker"
| "tunnel";
| "tunnel"
| "network_graph";
export type TunnelStatusValue =
| "CONNECTED"