You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: machine delete from sidebar — show uninstall steps, use correct id
The sidebar's remove button was passing the display label (not the
machine id) to the removal handler, so the lookup silently failed.
- Add machine_id, label, hostname to overview host entries
- Sidebar × button now opens the UninstallMachineModal with uninstall
instructions before removing the record
- Portal.jsx onRemove receives the machine id directly
- SelfHost.jsx onRemove resolves machine_id back to hostname for the
self-host API
0 commit comments