Skip to content

Commit

Permalink
Missed key added
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Sep 29, 2023
1 parent e71b14e commit 4e46514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karavan-web/karavan-app/src/main/webui/src/main/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export function Main() {
<ProgressStepper aria-label="Readiness progress" isCenterAligned isVertical >
{steps.map(step => (
<ProgressStep
key={step.name}
variant={step.status === 'UP' ? "success" : "info"}
isCurrent={step.status !== 'UP'}
icon={step.status !== 'UP' ? <Spinner isInline aria-label="Loading..."/> : undefined}
Expand Down

0 comments on commit 4e46514

Please sign in to comment.