From 4bfadc1b7e6f8c8d637f9cb8cd9e6c60aed9ab6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Mon, 4 May 2020 20:52:41 +0200 Subject: [PATCH] Add disclaimer to Create view (#715) --- .../scaffolder/src/components/ScaffolderPage/index.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/components/ScaffolderPage/index.tsx b/plugins/scaffolder/src/components/ScaffolderPage/index.tsx index b05b86bd92..9c3801702a 100644 --- a/plugins/scaffolder/src/components/ScaffolderPage/index.tsx +++ b/plugins/scaffolder/src/components/ScaffolderPage/index.tsx @@ -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<{}> = () => { /> + + NOTE! This feature is WIP. You can follow progress{' '} + + here + + . +
{STATIC_DATA.map((item, ix) => { return (