Browse Source

Merge branch 'main' of ssh://github.com/ccfos/nightingale

tags/v6.0.0-ga12
ning 3 years ago
parent
commit
64feee79ff
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      center/router/router_alert_subscribe.go

+ 3
- 1
center/router/router_alert_subscribe.go View File

@@ -83,6 +83,9 @@ func (rt *Router) alertSubscribePut(c *gin.Context) {
rt.Ctx,
"name",
"disabled",
"prod",
"cate",
"datasource_ids",
"cluster",
"rule_id",
"tags",
@@ -96,7 +99,6 @@ func (rt *Router) alertSubscribePut(c *gin.Context) {
"webhooks",
"for_duration",
"redefine_webhooks",
"datasource_ids",
))
}



Loading…
Cancel
Save