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 Oct 14, 2023
1 parent 8dd1629 commit 04fcbf7
Show file tree
Hide file tree
Showing 7 changed files with 1,416 additions and 624 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 @@ -385,6 +385,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 04fcbf7

Please sign in to comment.