mirror of
https://github.com/MikroWizard/mikroman.git
synced 2025-06-25 22:58:38 +02:00
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:
parent
81a1172660
commit
ccfe9f622c
3 changed files with 124 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue