mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-17 23:59:45 +01:00
test
This commit is contained in:
@@ -715,7 +715,7 @@ def render_routes():
|
|||||||
<th>ID </th>
|
<th>ID </th>
|
||||||
<th>Machine </th>
|
<th>Machine </th>
|
||||||
<th>Route </th>
|
<th>Route </th>
|
||||||
<th>Enabled </th>
|
<th width="60px">Enabled </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -770,8 +770,8 @@ def render_routes():
|
|||||||
<th>ID </th>
|
<th>ID </th>
|
||||||
<th>Machine </th>
|
<th>Machine </th>
|
||||||
<th>Route </th>
|
<th>Route </th>
|
||||||
<th>Enabled </th>
|
<th width="60px">Enabled </th>
|
||||||
<th>Primary </th>
|
<th width="60px">Primary </th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
@@ -859,7 +859,7 @@ def render_routes():
|
|||||||
exit_content += """
|
exit_content += """
|
||||||
<tr>
|
<tr>
|
||||||
<td>"""+str(machine )+"""</td>
|
<td>"""+str(machine )+"""</td>
|
||||||
<td><center>"""+str(enabled_display )+"""</center></td>
|
<td width="60px"><center>"""+str(enabled_display )+"""</center></td>
|
||||||
</tr>
|
</tr>
|
||||||
"""
|
"""
|
||||||
exit_content += "</tbody></table></p>"+markup_post
|
exit_content += "</tbody></table></p>"+markup_post
|
||||||
|
|||||||
Reference in New Issue
Block a user