Browse Source

fix: update vminfo 0626

Former-commit-id: d3d9e20695
pull/252/head
qiwang 1 year ago
parent
commit
02d5da24f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      api/client/types.go

+ 1
- 1
api/client/types.go View File

@@ -175,7 +175,7 @@ type VmInfo struct {
//DeletedAt string `json:"deletedAt,omitempty"`
VmName string `json:"vmName,omitempty"`
Replicas int64 `json:"replicas,omitempty"`
ServerId string `json:"serverId,omitempty"`
//ServerId string `json:"serverId,omitempty"`
}

type ResourceStats struct {


Loading…
Cancel
Save