Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

Admins should be able to edit an API key #6

Closed luciddr34m3r closed 2 years ago

luciddr34m3r commented 2 years ago

If the logged in user is an admin, the APIKey view should have an edit button.

When clicked, it takes you to the apikey form with the current values pre-populated.

You should not be able to edit the api key itself.

Require a confirm dialogue before executing the PUT request.