Adjust to review comments

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-11-02 09:58:11 +01:00
parent fe5738fe1c
commit 7e5bd18cf7
11 changed files with 60 additions and 32 deletions
@@ -20,11 +20,11 @@ import {
Header,
Lifecycle,
Page,
Progress,
} from '@backstage/core-components';
import { BackstageTheme } from '@backstage/theme';
import {
CircularProgress,
LinearProgress,
Paper,
StepButton,
StepIconProps,
@@ -215,7 +215,7 @@ export const TaskStatusStepper = memo(
const TaskLogger = memo(({ log }: { log: string }) => {
return (
<Suspense fallback={<LinearProgress />}>
<Suspense fallback={<Progress />}>
<div style={{ height: '80vh' }}>
<LazyLog
text={log}