Merge pull request #10229 from backstage/blam/beta-labels

Remove Lifecycle component from scaffolder plugin
This commit is contained in:
Ben Lambert
2022-03-16 13:03:21 +01:00
committed by GitHub
4 changed files with 9 additions and 24 deletions
@@ -19,7 +19,6 @@ import {
ContentHeader,
CreateButton,
Header,
Lifecycle,
Page,
SupportButton,
} from '@backstage/core-components';
@@ -82,11 +81,7 @@ export const ScaffolderPageContents = ({
<Page themeId="home">
<Header
pageTitleOverride="Create a New Component"
title={
<>
Create a New Component <Lifecycle shorthand />
</>
}
title="Create a New Component"
subtitle="Create new software components using standard templates"
/>
<Content>
@@ -19,7 +19,6 @@ import {
Content,
ErrorPage,
Header,
Lifecycle,
Page,
LogViewer,
Progress,
@@ -315,11 +314,7 @@ export const TaskPage = ({ loadingText }: TaskPageProps) => {
<Page themeId="home">
<Header
pageTitleOverride={`Task ${taskId}`}
title={
<>
Task Activity <Lifecycle alpha shorthand />
</>
}
title="Task Activity"
subtitle={`Activity for task: ${taskId}`}
/>
<Content>
@@ -27,13 +27,7 @@ import { SecretsContext } from '../secrets/SecretsContext';
import { rootRouteRef, scaffolderTaskRouteRef } from '../../routes';
import { MultistepJsonForm } from '../MultistepJsonForm';
import {
Content,
Header,
InfoCard,
Lifecycle,
Page,
} from '@backstage/core-components';
import { Content, Header, InfoCard, Page } from '@backstage/core-components';
import {
ApiHolder,
errorApiRef,
@@ -183,11 +177,7 @@ export const TemplatePage = ({
<Page themeId="home">
<Header
pageTitleOverride="Create a New Component"
title={
<>
Create a New Component <Lifecycle shorthand />
</>
}
title="Create a New Component"
subtitle="Create new software components using standard templates"
/>
<Content>