summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/oglive.html
Commit message (Collapse)AuthorAgeFilesLines
* ogcp: improve page heading styleAlejandro Sirgo Rica2024-06-271-2/+2
| | | | Make headings take less space and have a dashed line under them.
* templates: show oglive in client pillsAlejandro Sirgo Rica2024-06-171-0/+19
| | | | | | Add oglive to each client pill in action/oglive using js. This makes easier to have a global perspective of the client's configuration.
* views: Preselect most used ogliveJavier Hernandez2024-01-291-0/+25
| | | | | | | | When setting up oglive, preselect oglive that is most used by selected clients. If only one client is selected, preselect that of the client. In the unusual scenario where a client is set with an oglive that is not in the ogserver's list of available oglives, preselect default.
* Add missing gettext functionsJavier Sánchez Parra2022-03-221-1/+3
| | | | Otherwise, this strings are not translatable.
* Add back button to all actionsJavier Sánchez Parra2022-03-141-0/+1
| | | | Add a back button to facilitate users to return to the previous page.
* Disable scopes tree's checkboxes in action viewsJavier Sánchez Parra2022-03-101-0/+2
| | | | | Now users can select clients only in scopes and command views, in any other view we set the scopes tree read only.
* Set commands nav buttons as activeJavier Sánchez Parra2022-03-041-0/+2
| | | | When loading any command view, its nav button becomes active.
* Use pill style in confirmation pagesJavier Sánchez Parra2022-03-031-1/+1
| | | | | Draw selected clients from confirmation pages like selected clients from scopes and commands pages.
* Refactor selected clients drawing in commandsJavier Sánchez Parra2022-02-241-5/+2
| | | | Refactor duplicated code as a jinja macro.
* Add set ogLive to commandsJavier Sánchez Parra2021-12-161-0/+22
This action is related to /oglive in ogServer's API. Allows changing the ogLive for a set of given clients, previously selected in the /commands view.