dashfolders: must have admin permission to save/see dash acl
This commit is contained in:
@@ -68,11 +68,11 @@ export class SettingsCtrl {
|
||||
});
|
||||
}
|
||||
|
||||
if (this.dashboard.id && this.dashboard.meta.canSave) {
|
||||
if (this.dashboard.id && this.dashboard.meta.canAdmin) {
|
||||
this.sections.push({
|
||||
title: "Permissions",
|
||||
id: "permissions",
|
||||
icon: "fa fa-fw fa-lock"
|
||||
title: 'Permissions',
|
||||
id: 'permissions',
|
||||
icon: 'fa fa-fw fa-lock',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user