diff --git a/public/app/features/teams/TeamList.tsx b/public/app/features/teams/TeamList.tsx index 49813f28651..3f899e5da02 100644 --- a/public/app/features/teams/TeamList.tsx +++ b/public/app/features/teams/TeamList.tsx @@ -127,6 +127,7 @@ export class TeamList extends PureComponent { buttonIcon="users-alt" buttonLink="org/teams/new" buttonTitle=" New team" + buttonDisabled={!contextSrv.hasPermission(AccessControlAction.ActionTeamsCreate)} proTip="Assign folder and dashboard permissions to teams instead of users to ease administration." proTipLink="" proTipLinkTitle=""