feat(xo-server): server status become a persistant property

This commit is contained in:
MathieuRA
2026-08-18 11:12:44 -04:00
committed by Mathieu
parent db8fe8d472
commit e0fb16a421
11 changed files with 116 additions and 61 deletions

View File

@@ -602,7 +602,7 @@ export type XoServer = {
poolNameDescription?: string
poolNameLabel?: string
readOnly: boolean
status: 'connected' | 'disconnected' | 'connecting'
status: 'connected' | 'disconnecting' | 'disconnected' | 'connecting'
username: string
}