fix: 仪表盘页面标题同步为首页
This commit is contained in:
parent
a0c6df78b6
commit
2b11844062
@ -936,7 +936,7 @@ func (u *UI) pageDashboard(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
}
|
||||
}
|
||||
data.Title = "总览"
|
||||
data.Title = "首页"
|
||||
if u.alarmCollector != nil {
|
||||
data.AlarmRecords = u.alarmCollector.GetRecent(5)
|
||||
data.UnacknowledgedAlarmCount = u.alarmCollector.GetUnacknowledgedCount()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user