Merge branch 'ent-8138-Monitoring-Module-Groups-Falla-la-muestra-de-datos' into 'develop'

fix count in module groups view

See merge request artica/pandorafms!4501
This commit is contained in:
Daniel Rodriguez 2021-11-17 17:20:20 +00:00
commit c73c0e91f4
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ function mainModuleGroups()
}
$data[$i][$j] = "<div style='".$cell_style.'background:'.$color.";'>";
$data[$i][$j] .= '<a class="info_cell white font_18px" rel="'.$rel.'" href="'.$url.'">';
$data[$i][$j] .= "<a class='info_cell white font_18px' rel='".$rel."' href='".$url."'>";
$data[$i][$j] .= $array_data[$key][$k]['total_count'];
$data[$i][$j] .= '</a></div>';
} else {