diff --git a/public/app/features/serviceaccounts/components/ServiceAccountProfile.tsx b/public/app/features/serviceaccounts/components/ServiceAccountProfile.tsx index df75cb453b8..27e17a4b6cc 100644 --- a/public/app/features/serviceaccounts/components/ServiceAccountProfile.tsx +++ b/public/app/features/serviceaccounts/components/ServiceAccountProfile.tsx @@ -1,7 +1,7 @@ import { css } from '@emotion/css'; -import { useState, useEffect } from 'react'; +import { useEffect, useState } from 'react'; -import { dateTimeFormat, GrafanaTheme2, OrgRole, TimeZone } from '@grafana/data'; +import { GrafanaTheme2, OrgRole, TimeZone, dateTimeFormat } from '@grafana/data'; import { Label, TextLink, useStyles2 } from '@grafana/ui'; import { fetchRoleOptions } from 'app/core/components/RolePicker/api'; import { contextSrv } from 'app/core/core'; @@ -50,7 +50,13 @@ export function ServiceAccountProfile({ serviceAccount, timeZone, onChange }: Pr

Information

- + {serviceAccount.id && ( + + )}