#9641 heatmap changes 3

This commit is contained in:
Daniel Maya 2022-10-17 10:44:35 +02:00
parent 0db0b50ebd
commit 357f9cc817
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ if ($is_ajax === false && $pure === false) {
$header_name = __('Heatmap view');
switch ($type) {
case 3:
$header_name .= ' - '.__('Agents');
break;
case 2:
if (current($filter) == 0) {
$header_name .= ' - '.__('Module group').': '.__('Not assigned');