mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #564 from GPrathap/master
allowing every internal users to view device analytics dashboard
This commit is contained in:
commit
e8c649bdd5
@ -3,9 +3,9 @@
|
|||||||
"title": "Device Statistics Dashboard",
|
"title": "Device Statistics Dashboard",
|
||||||
"description": "",
|
"description": "",
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"viewers": ["admin"],
|
"viewers": ["Internal/everyone"],
|
||||||
"editors": ["admin"],
|
"editors": ["Internal/everyone"],
|
||||||
"owners": ["admin"]
|
"owners": ["Internal/everyone"]
|
||||||
},
|
},
|
||||||
"pages": [{
|
"pages": [{
|
||||||
"id": "landing",
|
"id": "landing",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user