mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 18:56:17 +01:00
display agent connection type in hub (ssh, websocket)
This commit is contained in:
@@ -53,3 +53,9 @@ export enum HourFormat {
|
||||
"12h" = "12h",
|
||||
"24h" = "24h",
|
||||
}
|
||||
|
||||
/** Connection type */
|
||||
export enum ConnectionType {
|
||||
SSH = 1,
|
||||
WebSocket,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user