diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index d349ced16c..6827b19220 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -1775,7 +1775,7 @@ table.databox { padding: 9px 7px; font-weight: normal; color: #fff; - text-align: justify; + text-align: center; } .databox > th * { diff --git a/pandora_console/operation/agentes/group_view.php b/pandora_console/operation/agentes/group_view.php index befd7439fb..61dfda1a22 100644 --- a/pandora_console/operation/agentes/group_view.php +++ b/pandora_console/operation/agentes/group_view.php @@ -190,7 +190,7 @@ if (!empty($result_groups)) { echo ''; echo "".__('Force').''; - echo "".__('Group').'/'.__('Tags').''; + echo "".__('Group').'/'.__('Tags').''; echo "".__('Total').''; echo "".__('Unknown').''; echo "".__('Not init').''; @@ -319,7 +319,7 @@ if (!empty($result_groups)) { $link = ""; } else { - $link = ""; } @@ -336,7 +336,7 @@ if (!empty($result_groups)) { // Agents not init echo ""; if (isset($data['_is_tag_'])) { - $link = ""; } else { $link = ""; } else { - $link = ""; }