mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
#12725 add quiet agent tree view
This commit is contained in:
parent
616af6450b
commit
ed165423fd
@ -995,6 +995,11 @@ class Tree
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Quiet name on agent.
|
||||||
|
if (isset($agent['quiet']) && $agent['quiet']) {
|
||||||
|
$agent['alias'] .= ' '.__('(Quiet)');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user