alertlist: disable pause button when user does not have permission

This commit is contained in:
Daniel Lee
2018-01-30 23:35:27 +01:00
parent 4bc5945c17
commit eb765d288c
10 changed files with 191 additions and 9 deletions
+1
View File
@@ -20,6 +20,7 @@ type AlertRule struct {
EvalData *simplejson.Json `json:"evalData"`
ExecutionError string `json:"executionError"`
DashbboardUri string `json:"dashboardUri"`
CanEdit bool `json:"canEdit"`
}
type AlertNotification struct {