This commit is contained in:
iFargle
2023-03-23 19:32:34 +09:00
parent c0a6b52968
commit 68ceb80491

View File

@@ -701,7 +701,7 @@ def render_routes():
enabled = route["enabled"] enabled = route["enabled"]
primary = route["isPrimary"] primary = route["isPrimary"]
# Build a simple table: # Build a simple table:
conetnt += """ content += """
<tr> <tr>
<td>"""+str(route_id )+"""</td> <td>"""+str(route_id )+"""</td>
<td>"""+str(machine )+"""</td> <td>"""+str(machine )+"""</td>