summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/client_list.html
Commit message (Collapse)AuthorAgeFilesLines
* templates: add name and status to client listAlejandro Sirgo Rica2024-09-111-1/+31
| | | | | | | | | | | | | | | | Add a client name column to the client list view accessed through the Dashboard. Add status column to the client list. Move client status leyend into a separate file. Show the client status leyend in client list. Fix the 0 link speed conditional. Reuse the data returned by get_scopes() to reduce the number of requests.
* templates: remove sidebar from client/listv1.1.3-30Alejandro Sirgo Rica2024-09-031-2/+1
| | | | Remove sidebar from the client/list view.
* template: prevent backtrace in /client/listv1.1.3-29Alejandro Sirgo Rica2024-08-091-3/+7
| | | | Don't access client.speed if the field is not present.
* ogcp: add connected clients list viewAlejandro Sirgo Rica2024-08-051-0/+55
Add view to show the connected clients with access to the client details of each one. The view is accessible through the main dashboard.