mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'fix/grafana/permission' into 'master'
Fix typo in grafana api permission See merge request entgra/carbon-device-mgt!841
This commit is contained in:
commit
a1b7320215
@ -150,7 +150,7 @@ public interface GrafanaAPIProxyService {
|
||||
tags = "Analytics",
|
||||
extensions = {
|
||||
@Extension(properties = {
|
||||
@ExtensionProperty(name = SCOPE, value = "perm:grafana::api:view")
|
||||
@ExtensionProperty(name = SCOPE, value = "perm:grafana:api:view")
|
||||
})
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user