diff --git a/src/connectivityserver/connectionflask.py b/src/connectivityserver/connectionflask.py index f723816..b164662 100755 --- a/src/connectivityserver/connectionflask.py +++ b/src/connectivityserver/connectionflask.py @@ -70,15 +70,32 @@ def dump(): dstream.write(f'
') + dstream.write(f'
| Name | ' + f'Connection | ' + f'||||
|---|---|---|---|---|---|
| uri | ' + f'data_type | ' + f'capacity | ' + f'connection_type | ' + f'time | ' + f'|
| {format_cell(k,expired)} | ' + f'{format_cell(v.uri,expired)} | ' + f'{format_cell(v.data_type,expired)} | ' + f'{format_cell(v.capacity,expired)} | ' + f'{format_cell(v.connection_type,expired)} | ' + f'{format_cell(v.time,expired)} |