teams: remov permission select for non admin users

This commit is contained in:
Hugo Häggmark
2019-03-12 13:46:52 +01:00
committed by Leonard Gram
parent b9cf09a296
commit 96aa4ae19f
5 changed files with 1452 additions and 355 deletions

View File

@@ -12,6 +12,7 @@ const setup = (propOverrides?: object) => {
{
link: {},
user: {
id: 1,
isGrafanaAdmin: false,
isSignedIn: false,
orgCount: 2,

View File

@@ -3,6 +3,7 @@ import _ from 'lodash';
import coreModule from 'app/core/core_module';
export class User {
id: number;
isGrafanaAdmin: any;
isSignedIn: any;
orgRole: any;