Fixed Drives offline card UI (#2732)

This commit is contained in:
jinapurapu
2023-03-23 08:53:21 -07:00
committed by GitHub
parent 1e345364cf
commit 5e65f2aced
7 changed files with 42 additions and 3 deletions

View File

@@ -37,6 +37,12 @@ type BackendProperties struct {
// backend type
BackendType string `json:"backendType,omitempty"`
// offline drives
OfflineDrives int64 `json:"offlineDrives,omitempty"`
// online drives
OnlineDrives int64 `json:"onlineDrives,omitempty"`
// rr s c parity
RrSCParity int64 `json:"rrSCParity,omitempty"`