Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep the selection in the sidebar for mode & setup | Daniel García Moreno | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Add sidebar and command bar to base template | Daniel García Moreno | 2021-06-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | Modify the base template to add the sidebar and command bar, implemented just in the scopes view. This patch also modifies the "actions/mode.html" template to be shown in the scopes page. Any other action that should be inside the scopes should do the same, add the scopes and clients to the template context and use the "scopes.html" as base in those actions. The notification has been also changed to use a toast notification instead of the usual alert to avoid changing the layout on error. | ||||
* | Add cosmetic improvements | Jose M. Guisado | 2021-03-24 | 1 | -0/+10 |
| | | | | | | | | * 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 boot mode to actions | Jose M. Guisado | 2021-02-17 | 1 | -0/+13 |
This action is related to /mode in ogServer API. Allows changing the netboot template for a set of given clients, previously selected in the /scopes view. |