From 26785aa88b52b813ccb83e12316b6ce65e423362 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Thu, 6 Jun 2024 15:18:53 +0200 Subject: templates: show boot mode in client pills Add boot mode to each client pill in action/mode using js. This makes easier to have a global perspective of the client's configuration. --- ogcp/templates/actions/mode.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ogcp/templates/actions/mode.html b/ogcp/templates/actions/mode.html index d89f536..c765f4b 100644 --- a/ogcp/templates/actions/mode.html +++ b/ogcp/templates/actions/mode.html @@ -49,4 +49,22 @@ button_map={'ok': 'primary'}, extra_classes="m-5") }} + + + + {% endblock %} -- cgit v1.2.3-18-g5258