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
- Remove the "Remove container only" button from bot detail page; operators only need full Remove/Delete
- Simplify `remove()` function to always delete config when removing a bot
- Delete `confirmRemoveContainerOnlyPlan()` function; consolidate all removal logic into `confirmRemovePlan()`
- Update documentation to reflect that Remove deletes both container and config in one step
- Reduce UI complexity by eliminating the keep-config escape hatch that could lead to config-only zombie bots
`Remove ${name}'s container but keep its config and private key?\n\n${name} will stay on the fleet as config-only until you Delete it (or Recreate the container).`,
0 commit comments