Skip to content

Commit

Permalink
ZKUI-396: Improve the layout of the Veeam Stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Nov 13, 2023
1 parent af6bb53 commit 664a0d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions src/react/ui-elements/Veeam/VeeamSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,5 @@ export enum VeeamStepsIndexes {
}

export default function VeeamSteppers() {
return (
<div style={{ paddingTop: '2rem', paddingBottom: '2rem' }}>
<Stepper steps={VEEAM_STEPS} />
</div>
);
return <Stepper steps={VEEAM_STEPS} />;
}
1 change: 1 addition & 0 deletions src/react/ui-elements/Veeam/VeeamSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const VeeamSummary = (_: VeeamSummaryProps) => {
title: 'Veeam Repository preparation summary',
kind: 'page',
}}
requireMode="all"
rightActions={
<Stack gap="r16">
<p></p>
Expand Down
1 change: 1 addition & 0 deletions src/react/ui-elements/Veeam/VeeamTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default function VeeamTable(_: VeeamTableProps) {
title: 'Configure ARTESCA for Veeam',
kind: 'page',
}}
requireMode="all"
rightActions={
<Stack gap="r16">
<Button
Expand Down

0 comments on commit 664a0d0

Please sign in to comment.