6c235d3f2a
1.Add the function of modifying the WebUI port. 2.Add the function to modify the search engine. 3.Add the multi-language function and add Chinese translation. 4.Add detailed CPU and memory statistics.
8 lines
180 B
Go
8 lines
180 B
Go
package model
|
|
|
|
type DockerStatsModel struct {
|
|
Icon string `json:"icon"`
|
|
Title string `json:"title"`
|
|
Data interface{} `json:"data"`
|
|
Pre interface{} `json:"pre"`
|
|
}
|