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'] + '''