StackStorm / st2web

StackStorm Web UI
http://www.stackstorm.com/features
Apache License 2.0
103 stars 82 forks source link

Changed UI popup and some code to add remove_files flag #914

Closed pradnya-orchestral closed 3 years ago

pradnya-orchestral commented 3 years ago

I have changed existing prompt box of delete action. As we want user input for remove_files argument, which is not possible in previous delete prompt box, new checkbox is added on pop-up box so that If user wants to remove files they can click the checkbox, then {remove_files: true} will be sent from UI to API body else false will be sent. Added HTML code for new prompt and appropriate function calls.