diff --git a/user_managment/app.py b/user_managment/app.py
index 3cad1f6..7feb0e1 100644
--- a/user_managment/app.py
+++ b/user_managment/app.py
@@ -1004,7 +1004,7 @@ def create_app():
content = content + '''
''' + str(i.login_dmr_id) + ''' |
- ''' + i.portal_username + ''' |
+ ''' + i.portal_username + ''' |
''' + i.peer_ip + ''' |
''' + i.login_auth_method + ''' |
''' + i.server_name + ''' |
@@ -1016,7 +1016,7 @@ def create_app():
content = content + '''
''' + str(i.login_dmr_id) + ''' |
- ''' + i.portal_username + ''' |
+ ''' + i.portal_username + ''' |
''' + i.peer_ip + ''' |
''' + i.login_auth_method + ''' |
''' + i.server_name + ''' |
@@ -1071,7 +1071,7 @@ def create_app():
Time (UTC)
- Login Status
+ Last Login Status
|
\n'''
for i in a: