From 81eb4daca3acb079b5d016083b6862e90f5ad3f3 Mon Sep 17 00:00:00 2001 From: Mark Cotton Date: Fri, 28 Jul 2023 11:37:00 -0600 Subject: [PATCH] more styling tweaks --- app.py | 2 +- templates/cameras_partial.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index d5cff2d..4b5d6dd 100644 --- a/app.py +++ b/app.py @@ -246,7 +246,7 @@ def camera_status_plot(esn=None): fig.savefig(buf, format="png", transparent=True) # Embed the result in the html output. data = base64.b64encode(buf.getbuffer()).decode("ascii") - return f"

Graph of Status Events

" + return f"

Graph of Status Events

" diff --git a/templates/cameras_partial.html b/templates/cameras_partial.html index 6f45d47..9f81819 100644 --- a/templates/cameras_partial.html +++ b/templates/cameras_partial.html @@ -43,5 +43,5 @@ {% endfor %} - - + +