Reverted change applied to master by mistake
This commit is contained in:
@@ -36,7 +36,6 @@ import { catalogApiRef } from '../..';
|
||||
import { EntityContextMenu } from '../EntityContextMenu/EntityContextMenu';
|
||||
import { EntityPageDocs } from '../EntityPageDocs/EntityDocsPage';
|
||||
import { EntityPageApi } from '../EntityPageApi/EntityPageApi';
|
||||
import { EntityPageCi } from '../EntityPageCi/EntityPageCi';
|
||||
import { EntityPageOverview } from '../EntityPageOverview/EntityPageOverview';
|
||||
import { FavouriteEntity } from '../FavouriteEntity/FavouriteEntity';
|
||||
import { UnregisterEntityDialog } from '../UnregisterEntityDialog/UnregisterEntityDialog';
|
||||
@@ -130,7 +129,6 @@ export const EntityPage: FC<{}> = () => {
|
||||
{
|
||||
id: 'ci',
|
||||
label: 'CI/CD',
|
||||
content: (e: Entity) => <EntityPageCi entity={e} />,
|
||||
},
|
||||
{
|
||||
id: 'tests',
|
||||
|
||||
Reference in New Issue
Block a user