Skip to content

Commit

Permalink
fix: make cancel button more visible for a running operation
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgeorge committed Nov 26, 2024
1 parent 5fea5fd commit 51a6683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/src/components/OperationRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const OperationRow = ({
key="cancel"
type="link"
size="small"
className="backrest operation-details hidden-child"
className="backrest operation-details"
confirmTitle="[Confirm Cancel?]"
onClickAsync={doCancel}
>
Expand Down

0 comments on commit 51a6683

Please sign in to comment.