Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add back button to all actions | Javier Sánchez Parra | 2022-03-14 | 1 | -0/+1 |
| | | | | Add a back button to facilitate users to return to the previous page. | ||||
* | Disable scopes tree's checkboxes in action views | Javier Sánchez Parra | 2022-03-10 | 1 | -0/+2 |
| | | | | | Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only. | ||||
* | Improve software inventory command | Jose M. Guisado | 2022-02-23 | 1 | -0/+29 |
Extend commands.html template to keep scope tree, and action buttons state. When in the software inventory view, there exists two options: 'update' or 'view'. Do not print raw json response from ogserver about the software inventory/profile. When vieweing the software list, print a html table using the new template: software_list.html. Do not print blank pages with plain text html error codes when something goes wrong. Instead, print an error message after redirecting to the commands view. |