Add disclaimer to Create view (#715)

This commit is contained in:
Stefan Ålund
2020-05-04 20:52:41 +02:00
committed by GitHub
parent 168db0fe9c
commit 4bfadc1b7e
@@ -24,7 +24,7 @@ import {
Page,
pageTheme,
} from '@backstage/core';
import { Typography } from '@material-ui/core';
import { Typography, Link } from '@material-ui/core';
// TODO(blam): Connect to backend
const STATIC_DATA = [
@@ -49,6 +49,13 @@ const ScaffolderPage: React.FC<{}> = () => {
/>
<Content>
<ContentHeader title="Available templates" />
<Typography variant="body2" paragraph style={{ fontStyle: 'italic' }}>
<strong>NOTE!</strong> This feature is WIP. You can follow progress{' '}
<Link href="https://github.com/spotify/backstage/milestone/11">
here
</Link>
.
</Typography>
<div style={{ display: 'flex' }}>
{STATIC_DATA.map((item, ix) => {
return (