This commit is contained in:
cuu
2018-12-03 14:11:20 +08:00
parent a489b97307
commit 776eaa1378
2 changed files with 74 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ type AboutPage struct {
func NewAboutPage() *AboutPage {
p := &AboutPage{}
p.FootMsg = [5]string{"Nav.","","","Back",""}
p.FootMsg = [5]string{"Nav","","","Back",""}
p.AList = make(map[string]map[string]string)
@@ -116,9 +116,6 @@ func NewAboutPage() *AboutPage {
}
func (self *AboutPage) Uname() {
out := make(map[string]string)
@@ -158,7 +155,8 @@ func (self *AboutPage) CpuMhz() {
}
func (self *AboutPage) CpuInfo() {
last_processor := 0
}
func (self *AboutPage) MemInfo() {