Skip to content

Commit

Permalink
packagekit: order kpatches before security updates
Browse files Browse the repository at this point in the history
Order the install updates buttons based on amount of updates with
kpatches being the fewest.
  • Loading branch information
jelly committed Apr 28, 2022
1 parent 7308d59 commit 4c62918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packagekit/updates.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -924,8 +924,8 @@ class CardsPage extends React.Component {
</Popover>
</FlexItem>
</Flex>}
{this.props.applySecurity}
{this.props.applyKpatches}
{this.props.applySecurity}
{this.props.applyAll}
</div>),
containsList: true,
Expand Down

0 comments on commit 4c62918

Please sign in to comment.