shorted Bridge description

This commit is contained in:
KF7EEL 2021-08-04 20:50:21 -07:00
parent c7eb288f78
commit 58215d9a3e
1 changed files with 1 additions and 1 deletions

View File

@ -5328,7 +5328,7 @@ def create_app():
<tr>
<td style="text-align: center;"><a href="manage_rules?edit_bridge=''' + str(i.bridge_name) + '''">''' + str(i.bridge_name) + '''</a>
<td style="text-align: center;">''' + str(i.public_list) + '''</td>
<td style="text-align: center;">''' + str(i.description) + '''</td>
<td style="text-align: center;">''' + str(i.description[:50]) + '''</td>
<td style="text-align: center;">''' + str(i.tg) + '''</td>
</tr>