Skip to content

Commit

Permalink
Shut down should be secondary button on details page
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Cui <[email protected]>
  • Loading branch information
ashley-cui committed Sep 16, 2024
1 parent 9c336de commit 9229e93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/vm/vmActions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const VmActions = ({ vm, vms, onAddErrorNotification, isDetailsPage }) => {
shutdown = (
<Button key='action-shutdown'
size="sm"
variant={isDetailsPage ? 'primary' : 'secondary'}
variant="secondary"
isLoading={operationInProgress}
isDisabled={operationInProgress}
id={`${id}-shutdown-button`}
Expand Down

0 comments on commit 9229e93

Please sign in to comment.