mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 07:05:22 +00:00
✨ 新增timezone支持,优化ui
This commit is contained in:
parent
ef7eea2a79
commit
3e4e7dd706
@ -32,7 +32,7 @@ type Report struct {
|
|||||||
Logics int `json:"logics"`
|
Logics int `json:"logics"`
|
||||||
Percent float32 `json:"percent"` // 0-100
|
Percent float32 `json:"percent"` // 0-100
|
||||||
} `json:"cpu"`
|
} `json:"cpu"`
|
||||||
Disks map[string]map[string]int64 `json:"disks"`
|
Disks map[string]map[string]interface{} `json:"disks"`
|
||||||
Net struct {
|
Net struct {
|
||||||
Up int64 `json:"up"`
|
Up int64 `json:"up"`
|
||||||
Down int64 `json:"down"`
|
Down int64 `json:"down"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user