#12725 add quiet agent tree view

This commit is contained in:
Jonathan 2024-01-15 09:38:29 +01:00
parent 616af6450b
commit ed165423fd

View File

@ -995,6 +995,11 @@ class Tree
}
}
}
// Quiet name on agent.
if (isset($agent['quiet']) && $agent['quiet']) {
$agent['alias'] .= ' '.__('(Quiet)');
}
}