summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/script_run.html
Commit message (Collapse)AuthorAgeFilesLines
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-2/+2
| | | | Make headings take less space and have a dashed line under them.
* ogcp: add support to run scripts in clientsAlejandro Sirgo Rica2024-06-251-0/+25
Add view at /action/script/run to visualize the available scripts and run a single script file in the selected clients. Use shell/list to request the script list and shell/run API call to request the execution.