Reprioritize notification services when updated.
This commit is contained in:
parent
257a4968ec
commit
414ca0a95c
2 changed files with 5 additions and 0 deletions
2
main.go
2
main.go
|
|
@ -1211,6 +1211,8 @@ func actionConfigurationNotificationUpdate(w http.ResponseWriter, r *http.Reques
|
|||
notificationManager.AddService(*svc)
|
||||
}
|
||||
|
||||
notificationManager.Reprioritize()
|
||||
|
||||
w.Header().Add("Location", "/configuration")
|
||||
w.WriteHeader(302)
|
||||
} // }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue