Implement client side enable, disable, edit
This commit is contained in:
@@ -33,6 +33,7 @@ func (s *Server) list(w http.ResponseWriter, r *http.Request) {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
out[i]["disabled"] = j.Disabled
|
||||
out[i]["id"] = j.Name
|
||||
out[i]["title"] = j.Title
|
||||
out[i]["cron"] = j.Schedule
|
||||
|
||||
Reference in New Issue
Block a user