Skip to content

CE-2453: Enabled deletion of instances

Johanna Szepanski requested to merge CE-2453-enable-deletion-of-instances into develop

As suggested I used the same type of list as for creating new revisions in the management tab. I did move the action button up to the top right corner, thinking that this is a list and if there are many items user shouldn't have to scroll done to find the delete button. If this is not compliant to the overall design, I'll put it back at the bottom.

To test get generated instances error message add this above line 16 in DeleteTemplateInstances: templateId = 202;

To test delete instance error message add this in line 70 in DeleteTemplateInstances: selected.push({configuration_name: "etsdt", git_project_id: 67843534})

Please check texts as I kind of guessed. At the moment instance name is displayed next to each checkbox, maybe it shoul be id or both?

Merge request reports