- {system.info.ct === ConnectionType.WebSocket ? (
-
- WebSocket
-
- ) : (
-
- SSH
-
- )}
+
+ {system.info.ct === ConnectionType.WebSocket ? (
+
+ ) : (
+
+ )}
+ {connectionTypeLabels[system.info.ct as ConnectionType]}
+
)}
diff --git a/internal/site/src/components/routes/system/network-sheet.tsx b/internal/site/src/components/routes/system/network-sheet.tsx
index af139026..e1b6d2e0 100644
--- a/internal/site/src/components/routes/system/network-sheet.tsx
+++ b/internal/site/src/components/routes/system/network-sheet.tsx
@@ -7,6 +7,7 @@ import ChartTimeSelect from "@/components/charts/chart-time-select"
import { useNetworkInterfaces } from "@/components/charts/hooks"
import { Button } from "@/components/ui/button"
import { Sheet, SheetContent, SheetTrigger } from "@/components/ui/sheet"
+import { DialogTitle } from "@/components/ui/dialog"
import { $userSettings } from "@/lib/stores"
import { decimalString, formatBytes, toFixedFloat } from "@/lib/utils"
import type { ChartData } from "@/types"
@@ -39,9 +40,10 @@ export default memo(function NetworkSheet({
return (