Browse Source

v5: removed permissions from dashboard cog dropdown, closes #10068

Torkel Ödegaard 8 years ago
parent
commit
282d830ff4
1 changed files with 0 additions and 8 deletions
  1. 0 8
      public/app/core/nav_model_srv.ts

+ 0 - 8
public/app/core/nav_model_srv.ts

@@ -119,14 +119,6 @@ export class NavModelSrv {
         clickHandler: () => dashNavCtrl.openEditView('annotations')
       });
 
-      if (dashboard.meta.canAdmin) {
-        menu.push({
-          title: 'Permissions...',
-          icon: 'fa fa-fw fa-lock',
-          clickHandler: () => dashNavCtrl.openEditView('permissions')
-        });
-      }
-
       if (!dashboard.meta.isHome) {
         menu.push({
           title: 'Version history',