From cd5db12a2f08822e7fe96cfe14c43ec007e0758f Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Mon, 7 Aug 2023 14:13:37 -0600 Subject: [PATCH] made the camera action buttons more obvious --- 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 c77f3d5..1c752cc 100644 --- a/templates/cameras_partial.html +++ b/templates/cameras_partial.html @@ -5,13 +5,25 @@ {% for camera in template_values['cameras'] %} {% if camera.is_online() %}
-
+
{{ camera.name }}
- {% endif %}