mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed extra time in Tree View
This commit is contained in:
parent
d7c68ed83a
commit
400cef90bf
@ -1772,7 +1772,7 @@ class Tree {
|
|||||||
$agent['quietImageHTML'] = html_print_image("/images/dot_green.disabled.png", true, array("title" => __('Quiet')));
|
$agent['quietImageHTML'] = html_print_image("/images/dot_green.disabled.png", true, array("title" => __('Quiet')));
|
||||||
|
|
||||||
// Status
|
// Status
|
||||||
$agent['statusRaw'] = agents_get_status($agent['id']);
|
$agent['statusRaw'] = agents_get_status($agent['id'], !$this->strictACL);
|
||||||
switch ($agent['statusRaw']) {
|
switch ($agent['statusRaw']) {
|
||||||
case AGENT_STATUS_NORMAL:
|
case AGENT_STATUS_NORMAL:
|
||||||
$agent['status'] = "ok";
|
$agent['status'] = "ok";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user