summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/reboot.html
Commit message (Collapse)AuthorAgeFilesLines
* Refactor selected clients drawing in commandsJavier Sánchez Parra2022-02-241-5/+2
| | | | Refactor duplicated code as a jinja macro.
* Adds confirmation page to reboot clientsJavier Sánchez Parra2022-01-201-0/+25
This commit adds an extra view to ensure users do not reboot clients accidentally. ogcp GET /reboot returns the confirmation page and POST /reboot builds and sends the request to ogServer. It also includes Spanish translation of the new strings.