From d10789f002c7c57dc7e3e3f509f1a9b946158371 Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Mon, 7 Aug 2023 14:20:59 -0600 Subject: [PATCH] forgot to apply the style to the offline cameras --- templates/cameras_partial.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/templates/cameras_partial.html b/templates/cameras_partial.html index 1c752cc..06b0dac 100644 --- a/templates/cameras_partial.html +++ b/templates/cameras_partial.html @@ -33,13 +33,25 @@ {% for camera in template_values['cameras'] %} {% if camera.is_offline() %}
-
+
{{ camera.name }}
- {% endif %}