Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates: preserve formatting in script output | Alejandro Sirgo Rica | 2024-07-01 | 1 | -1/+1 |
| | | | | | Use <pre> instead of <samp> to display command output, as <pre> preserves the new lines and the format of its inner text. | ||||
* | ogcp: improve page heading style | Alejandro Sirgo Rica | 2024-06-27 | 1 | -2/+2 |
| | | | | Make headings take less space and have a dashed line under them. | ||||
* | ogcp: add support to view script output | Alejandro Sirgo Rica | 2024-06-25 | 1 | -0/+74 |
Add view at /action/script/output to visualize the result of /shell/run for multiple clients. Use shell/output to request the execution data of the selected clients. Each client element has execution timestamip (UTC), client ip, cmd, return code and stdout of the executed command. |