Resolve "Delete an environment via UI"
Compare changes
- jakeburden authored
@@ -18,7 +18,6 @@ import PinComponent from './environment_pin.vue';
Adds a UI to delete an environment https://docs.gitlab.com/ee/api/environments.html#delete-an-environment
If an environment has been stopped, it displays a delete button in both the list and detail views.
Closes #20620 (closed)
If an environment is running, the stop button is available:
If an environment is stopped, the delete button is available:
If the delete button is clicked, a delete modal appears. Clicking delete brings the user back to the environments page.
If an environment is running, the stop button is available:
If an environment is stopped, the delete button is available:
If the delete button is clicked, a delete modal appears. Clicking delete brings the user back to the environments page.
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
@gitlab-com/gl-security/appsec
Closes #20620 (closed)