fix stats UI

This commit is contained in:
Jason
2019-08-16 17:13:05 +08:00
parent fb3fe646ff
commit a2a8c6a960
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ func platform() string {
if err != nil {
return "N/A"
}
return fmt.Sprintf("%s-%s", h.Platform, h.PlatformVersion)
return fmt.Sprintf("%s", h.Platform)
}
func mem() string {