From 139b669495a88ace0aa3cf7f757b5a1e97f7cfc9 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Mon, 4 Mar 2024 09:53:06 +0100 Subject: [PATCH] implemented origins & leases auto refresh button --- app/templates/views/dashboard_leases.html | 21 ++++++++++++++++++++- app/templates/views/dashboard_origins.html | 21 ++++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/app/templates/views/dashboard_leases.html b/app/templates/views/dashboard_leases.html index 58896fc..7950cad 100644 --- a/app/templates/views/dashboard_leases.html +++ b/app/templates/views/dashboard_leases.html @@ -18,9 +18,10 @@ - + @@ -31,11 +32,29 @@ {% block scripts %} {{ super() }} {% endblock %} diff --git a/app/templates/views/dashboard_origins.html b/app/templates/views/dashboard_origins.html index e165720..461c546 100644 --- a/app/templates/views/dashboard_origins.html +++ b/app/templates/views/dashboard_origins.html @@ -21,9 +21,10 @@ - + @@ -34,6 +35,8 @@ {% block scripts %} {{ super() }} {% endblock %}