mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-01-23 12:43:14 -05:00
updated 'activeusers' command to only list users listed as 'Active' rather then 'Active' or 'Connected'
This commit is contained in:
parent
db9f0fd5b6
commit
e7061e6db3
@ -1982,7 +1982,7 @@ function createMeshCore(agent) {
|
|||||||
var v = [];
|
var v = [];
|
||||||
for(var i in u)
|
for(var i in u)
|
||||||
{
|
{
|
||||||
if(u[i].State == 'Active' || u[i].State == 'Connected')
|
if(u[i].State == 'Active')
|
||||||
{
|
{
|
||||||
v.push({ tsid: i, type: u[i].StationName, user: u[i].Username });
|
v.push({ tsid: i, type: u[i].StationName, user: u[i].Username });
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user