From a28fd438176d6e0dc8a98014e8617f3300910904 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Wed, 28 Sep 2022 18:40:41 -0700 Subject: [PATCH] template clean --- web/app.py | 30 +++++++++++++++--------------- web/templates/bridge_status.html | 1 + 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/web/app.py b/web/app.py index 71a2e91..6f2e51e 100644 --- a/web/app.py +++ b/web/app.py @@ -1316,21 +1316,18 @@ By using this service, you agree not to do anything malicious. You agree to use connected = Misc.query.filter_by(field_1='user_system_table_' + i.name).first() connected_list = ast.literal_eval(connected.field_2) ## print(connected_list) - clients = 'Self-care: ' + clients = '''''' tool_menu = ''' diff --git a/web/templates/bridge_status.html b/web/templates/bridge_status.html index 445bd84..ff4ba7d 100644 --- a/web/templates/bridge_status.html +++ b/web/templates/bridge_status.html @@ -9,6 +9,7 @@

Updated every 10 seconds.

+