Skip to content

Commit

Permalink
Use card view for remote management
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmatus committed Nov 29, 2023
1 parent e99f085 commit cdaefe6
Show file tree
Hide file tree
Showing 8 changed files with 1,457 additions and 627 deletions.
265 changes: 0 additions & 265 deletions src/changeRemoteModal.jsx

This file was deleted.

3 changes: 3 additions & 0 deletions src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,9 @@ class RPMOSTreeDBusClient {
if (deployment.id && deployment.osname?.v !== os_name)
continue;

// required for pinning deployments
deployment.index = i;

// always show the default deployment,
// skip showing the upgrade if it is the
// same as the default.
Expand Down
Loading

0 comments on commit cdaefe6

Please sign in to comment.