remove typo
This commit is contained in:
parent
e4524965d1
commit
8c05948c2f
@ -1497,7 +1497,7 @@ def create_app():
|
||||
content = content + '''
|
||||
<tr >
|
||||
<td style="text-align: center;"> <strong><a href="auth_log?dmr_id=''' + str(i.login_dmr_id) + '''">''' + str(i.login_dmr_id) + '''</a></strong> </td>
|
||||
<td style="text-align: center;"> <a href=auth_log?portal_username="''' + i.portal_username + '''">''' + i.portal_username + '''</a> </td>
|
||||
<td style="text-align: center;"> <a href=auth_log?portal_username=''' + i.portal_username + '''">''' + i.portal_username + '''</a> </td>
|
||||
<td style="text-align: center;"> <strong><a href="auth_log?peer_ip=''' + str(i.peer_ip) + '''">''' + str(i.peer_ip) + '''</a></strong> </td>
|
||||
<td style="text-align: center;"> ''' + i.login_auth_method + ''' </td>
|
||||
<td style="text-align: center;"> <a href="auth_log?mmdvm_server=''' + str(i.server_name) + '''">''' + str(i.server_name) + '''</a> </td>
|
||||
|
Loading…
Reference in New Issue
Block a user