diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 4b9962d3f3..48281140f4 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -6046,7 +6046,7 @@ div#bullets_modules div { div.bullets_modules div { display: flex; align-items: center; - margin: 0 5px; + margin: 0 10px; } .orange_background { @@ -6219,7 +6219,7 @@ div#status_pie { display: flex; align-items: flex-start; padding: 20px; - padding-bottom: 5%; + padding-bottom: 1%; } .agent_details_content_cluster { @@ -12685,7 +12685,3 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input { position: relative; top: -92px; } - -#agent_status_main > tbody { - position: absolute; -} diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 6ce71d1fc2..4157414fee 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -102,7 +102,7 @@ $agentCountModules = html_print_div( $table_status = new stdClass(); $table_status->id = 'agent_status_main'; -$table_status->width = '100%'; +$table_status->width = 'auto'; $table_status->height = 'auto'; $table_status->cellspacing = 0; $table_status->cellpadding = 0;