Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve software inventory command | Jose M. Guisado | 2022-02-23 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Add cosmetic improvements | Jose M. Guisado | 2021-03-24 | 1 | -1/+4 |
| | | | | | | | | * Adds label for each action page. * Adds a colored state for opengnsys connected clients * Fix nav active item * Rename some actions * Adds DISK to partition and format form | ||||
* | Add software action | Jose M. Guisado | 2020-10-29 | 1 | -0/+11 |
This action lists every piece of software installed in an OS from a client. This action can handle listing the software from the DB as well as updating that DB with the latest client information. |