fix indentation web gui
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<td align="center">{{ r.dns_ip }}</td>
|
||||
<td align="center">{{ r.public_ip }}</td>
|
||||
<td align="center">{{ "ON" if r.proxied else "OFF" }}</td>
|
||||
<td class="{{ 'ok' if r.status == 'OK' else 'bad' }}">
|
||||
<td align="center" class="{{ 'ok' if r.status == 'OK' else 'bad' }}">
|
||||
{{ r.status }}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user