-
Notifications
You must be signed in to change notification settings - Fork 887
fix: clarify language in orphan section of delete modal #10764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Kira-Pilot
commented
Nov 17, 2023
•
edited
Loading
edited
@Kira-Pilot how de we actually decide which resources to keep? And how does it work. Don't we run |
@matifali I'm not exactly sure! This is just a front-end implementation. Seems like @ammario implemented this flag; perhaps he can fill you in. |
Yes I did implement the original feature. It is a no-op from the terraform perspective because the point of the feature is to get rid of a workspace that's failing "terraform destroy". |
Oh ok. It's same as |
Design feedback for future iterations can be added here. |
site/src/pages/WorkspacePage/WorkspaceDeleteDialog/WorkspaceDeleteDialog.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FE looks good
…leteDialog.tsx Co-authored-by: Muhammad Atif Ali <atif@coder.com>