From 13e539f8ce6f1abf41f3f1234d53e6b93de37d77 Mon Sep 17 00:00:00 2001 From: KF7EEL Date: Tue, 8 Mar 2022 19:53:43 -0800 Subject: [PATCH] swap to reflect changes --- web/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app.py b/web/app.py index 619817f..bef8c46 100644 --- a/web/app.py +++ b/web/app.py @@ -7064,7 +7064,7 @@ Name: ''' + p.name + '''  -  Port: ''' + str( if services_dict[d]['type'] == 'network': table_entry = table_entry + ''' - #''' + services_dict[d]['shortcut'] + ''' + .''' + services_dict[d]['shortcut'] + ''' Network ''' + services_dict[d]['description'] + ''' ''' + services_dict[d]['url'] + ''' @@ -7073,7 +7073,7 @@ Name: ''' + p.name + '''  -  Port: ''' + str( if services_dict[d]['type'] == 'app': table_entry = table_entry + ''' - !''' + services_dict[d]['shortcut'] + ''' + #''' + services_dict[d]['shortcut'] + ''' Application ''' + services_dict[d]['description'] + '''