Alerting: Fix nav-links for RBAC and other (#47798)

This commit is contained in:
Yuriy Tseretyan
2022-04-19 11:47:28 -04:00
committed by GitHub
parent a4081aebb7
commit 0c31399e34
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ var (
Version: 2,
Permissions: accesscontrol.ConcatPermissions(rulesEditorRole.Role.Permissions, instancesEditorRole.Role.Permissions, notificationsEditorRole.Role.Permissions),
},
Grants: []string{string(models.ROLE_EDITOR)},
Grants: []string{string(models.ROLE_EDITOR), string(models.ROLE_ADMIN)},
}
)