Add a UI confirmation when clicking on the renew webhook key button for a job template
#13,988 opened on May 11, 2023
Repository metrics
- Stars
- (13,071 stars)
- PR merge metrics
- (Avg merge 24d 6h) (30 merged PRs in 30d)
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
New Feature
Feature Summary
Hello,
It is a very small feature request, but can a confirmation be added when you click on the renew webhook key button on the edit view of a job template, as I have multiple time clicked on it when trying to copy it ? Also, is it possible to add a "Copy" button on the details view of a job template to quickly copy the webhook url/key ?
Thank you !
Select the relevant components
- UI
- API
- Docs
- Collection
- CLI
- Other
Steps to reproduce
Create a job template, enable webhook, click on the renew button next to the webhook key field
Current results
A new webhook key is instantly generate, deactivating the old one
Sugested feature result
A pop-up appear and ask if we are really sure to renew the webhook key, as the renew will imply to change the webhook key everywhere it's currently used.
Additional information
No response