diff --git a/public/app/features/api-keys/ApiKeysPage.tsx b/public/app/features/api-keys/ApiKeysPage.tsx index faa954b1754..9ee316b8dc0 100644 --- a/public/app/features/api-keys/ApiKeysPage.tsx +++ b/public/app/features/api-keys/ApiKeysPage.tsx @@ -13,14 +13,7 @@ import ApiKeysAddedModal from './ApiKeysAddedModal'; import config from 'app/core/config'; import appEvents from 'app/core/app_events'; import EmptyListCTA from 'app/core/components/EmptyListCTA/EmptyListCTA'; -import { - DeleteButton, - EventsWithValidation, - InlineFormLabel, - LegacyForms, - ValidationEvents, - IconButton, -} from '@grafana/ui'; +import { DeleteButton, EventsWithValidation, InlineFormLabel, LegacyForms, ValidationEvents, Icon } from '@grafana/ui'; const { Input, Switch } = LegacyForms; import { NavModel, dateTimeFormat, rangeUtil } from '@grafana/data'; import { FilterInput } from 'app/core/components/FilterInput/FilterInput'; @@ -182,10 +175,12 @@ export class ApiKeysPage extends PureComponent { return ( -
- -
Add API Key
+
+
+
Add API Key
Key name diff --git a/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap b/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap index 5893486b92a..6b83de8b8cc 100644 --- a/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap +++ b/public/app/features/api-keys/__snapshots__/ApiKeysPage.test.tsx.snap @@ -47,20 +47,23 @@ exports[`Render should render CTA if there are no API keys 1`] = ` in={false} >
- -
- Add API Key -
+ > + + +
+ Add API Key +