diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index b739bb89fe..29550226ed 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -124,7 +124,7 @@ if (!empty($result_groups)) { echo ""; echo "" . __("Force") . ""; - echo "" . __("Group") . ""; + echo "" . __("Group") . "/" . __("Tags") . ""; echo "" . __("Total") . ""; echo "" . __("Unknown") . ""; echo "" . __("Not init") . ""; @@ -182,11 +182,11 @@ if (!empty($result_groups)) { } } - // Groupname + // Groupname and Tags echo ""; if (isset($data['_is_tag_'])) { $deep = ""; - $link = ""; + $link = ""; } else { $deep = groups_get_group_deep ($data['_id_']); $link = ""; @@ -203,6 +203,10 @@ if (!empty($result_groups)) { else echo $link . $group_name . ""; + if (isset($data['_is_tag_'])){ + echo '' . html_print_image("images/tag.png", true, array("border" => '0', "style" => 'width:18px;margin-left:5px', "title" => __('Tag'))) . '' ; + } + echo ""; // Total agents