summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/mode.html
Commit message (Collapse)AuthorAgeFilesLines
* Keep the selection in the sidebar for mode & setupDaniel García Moreno2021-06-171-1/+1
|
* Add sidebar and command bar to base templateDaniel García Moreno2021-06-081-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 improvementsJose M. Guisado2021-03-241-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 actionsJose M. Guisado2021-02-171-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.