Skip to content

Commit

Permalink
Make "Create container in pod" secondary
Browse files Browse the repository at this point in the history
There should only be one primary action button per page ideally.
  • Loading branch information
jelly committed Sep 27, 2022
1 parent 0f86f8a commit 11c7695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Containers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ class Containers extends React.Component {
</CardTitle>
<CardActions className='panel-actions'>
<Badge isRead className={"ct-badge-pod-" + podStatus.toLowerCase()}>{_(podStatus)}</Badge>
<Button variant="primary"
<Button variant="secondary"
className="create-container-in-pod"
isDisabled={localImages === null}
onClick={() => createContainer(this.props.pods[section])}>
Expand Down

0 comments on commit 11c7695

Please sign in to comment.