mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
feat(xo-server): server status become a persistant property
This commit is contained in:
@@ -602,7 +602,7 @@ export type XoServer = {
|
||||
poolNameDescription?: string
|
||||
poolNameLabel?: string
|
||||
readOnly: boolean
|
||||
status: 'connected' | 'disconnected' | 'connecting'
|
||||
status: 'connected' | 'disconnecting' | 'disconnected' | 'connecting'
|
||||
username: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user