diff --git a/config-ui/src/routes/api-keys/api-keys.tsx b/config-ui/src/routes/api-keys/api-keys.tsx index 9f418c4be3c..1ddfaed1fd6 100644 --- a/config-ui/src/routes/api-keys/api-keys.tsx +++ b/config-ui/src/routes/api-keys/api-keys.tsx @@ -18,7 +18,7 @@ import { useState, useMemo } from 'react'; import { PlusOutlined } from '@ant-design/icons'; -import { Table, Modal, Input, Select, Button, Tag } from 'antd'; +import { Flex, Table, Modal, Input, Select, Button, Tag } from 'antd'; import dayjs from 'dayjs'; import API from '@/api'; @@ -94,13 +94,13 @@ export const ApiKeys = () => { return ( + - } - > -

You can generate and manage your API keys to access the DevLake API.

+
{ { name: 'Advanced', path: PATHS.BLUEPRINTS() }, { name: 'Blueprints', path: PATHS.BLUEPRINTS() }, ]} - extra={ - - } description="This is a complete list of all Blueprints you have created, whether they belong to Projects or not." > @@ -111,6 +106,9 @@ export const BlueprintHomePage = () => { ))} +
{ }; return ( - + - } - > +