Dashboards: Use the common service authorizer (#111571)
* authorizer * authorizer
This commit is contained in:
@@ -181,7 +181,8 @@ func newFolderTranslation() translation {
|
||||
func NewMapperRegistry() MapperRegistry {
|
||||
mapper := mapper(map[string]map[string]translation{
|
||||
"dashboard.grafana.app": {
|
||||
"dashboards": newDashboardTranslation(),
|
||||
"dashboards": newDashboardTranslation(),
|
||||
"librarypanels": newResourceTranslation("library.panels", "uid", true, false),
|
||||
},
|
||||
"folder.grafana.app": {
|
||||
"folders": newFolderTranslation(),
|
||||
|
||||
Reference in New Issue
Block a user