mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
teams: remov permission select for non admin users
This commit is contained in:
committed by
Leonard Gram
parent
b9cf09a296
commit
96aa4ae19f
@@ -12,6 +12,7 @@ const setup = (propOverrides?: object) => {
|
||||
{
|
||||
link: {},
|
||||
user: {
|
||||
id: 1,
|
||||
isGrafanaAdmin: false,
|
||||
isSignedIn: false,
|
||||
orgCount: 2,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user