Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WoL action | Roberto Hueso Gómez | 2020-09-04 | 1 | -3/+6 |
| | | | | | | This action can be applied on one or multiple scopes. This implementation use Flask-WTF as a way to build and valdiate forms. As a side effect, this adds CSRF protection to all forms. | ||||
* | Add reboot action | Roberto Hueso Gómez | 2020-09-03 | 1 | -0/+2 |
| | | | | This action handles reboot on one or multiple scopes. | ||||
* | Add scopes.html template | Roberto Hueso Gómez | 2020-09-02 | 1 | -0/+40 |
This template shows information about scopes and its states as well as a tool to apply actions on them. Style improvements are still necessary. |