Get server history for the last 30 days, instead of the last 7
This commit is contained in:
parent
0f4a744dad
commit
484477daab
@ -94,7 +94,7 @@ func (a *App) pageWeeklyChart(w http.ResponseWriter, r *http.Request, vars handl
|
|||||||
|
|
||||||
func (a *App) pageAverageChart(w http.ResponseWriter, r *http.Request, vars handlerVars) error {
|
func (a *App) pageAverageChart(w http.ResponseWriter, r *http.Request, vars handlerVars) error {
|
||||||
id := vars["id"]
|
id := vars["id"]
|
||||||
points, err := a.store.GetSingleServerHistory(id, 7)
|
points, err := a.store.GetSingleServerHistory(id, 30)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user