Added ping data

Device details page now displays current active users
Added ability to terminate active user sessions
Enhanced License Information
This commit is contained in:
sepehr 2025-02-03 12:29:37 +03:00
parent 81a1172660
commit ccfe9f622c
3 changed files with 124 additions and 2 deletions

View file

@ -402,6 +402,8 @@ def dashboard_stats():
# res['update_available']=True
if username:
res['username']=username
else:
res['username']=False
res['blog']=[]
noconnectiondata={
"content": "Unable to connect to mikrowizard.com! please check server connection",