This commit is contained in:
iFargle
2023-03-24 07:15:11 +09:00
parent d65bba611b
commit 9db4f220ea

View File

@@ -757,7 +757,7 @@ def render_routes():
<td>"""+str(route_id )+"""</td>
<td>"""+str(machine )+"""</td>
<td>"""+str(prefix )+"""</td>
<td>"""+str(enabled_display )+"""</td>
<td><center>"""+str(enabled_display )+"""</center></td>
</tr>
"""
route_content += "</tbody></table></p>"+markup_post
@@ -813,8 +813,8 @@ def render_routes():
<td>"""+str(route_id )+"""</td>
<td>"""+str(machine )+"""</td>
<td>"""+str(prefix )+"""</td>
<td>"""+str(enabled_display )+"""</td>
<td>"""+str(primary_display )+"""</td>
<td><center>"""+str(enabled_display )+"""</center></td>
<td><center>"""+str(primary_display )+"""</center></td>
</tr>
"""
failover_content += "</tbody></table></p>"+markup_post
@@ -859,7 +859,7 @@ def render_routes():
exit_content += """
<tr>
<td>"""+str(machine )+"""</td>
<td>"""+str(enabled_display )+"""</td>
<td><center>"""+str(enabled_display )+"""</center></td>
</tr>
"""
exit_content += "</tbody></table></p>"+markup_post