summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/delete_client.html
Commit message (Collapse)AuthorAgeFilesLines
* Add back button to all actionsJavier Sánchez Parra2022-03-141-0/+1
| | | | Add a back button to facilitate users to return to the previous page.
* Disable scopes tree's checkboxes in action viewsJavier Sánchez Parra2022-03-101-0/+2
| | | | | Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only.
* Set scopes nav buttons as activeJavier Sánchez Parra2022-03-071-0/+2
| | | | When loading any scopes view, its nav button becomes active.
* Use pill style in confirmation pagesJavier Sánchez Parra2022-03-031-1/+1
| | | | | Draw selected clients from confirmation pages like selected clients from scopes and commands pages.
* Refactor selected clients drawing in commandsJavier Sánchez Parra2022-02-241-5/+2
| | | | Refactor duplicated code as a jinja macro.
* Ask twice to delete clientsJavier Sánchez Parra2022-01-191-0/+25
This commit adds an extra view to ensure users do not clients accidentally. It also includes Spanish translation of the new strings.