#12137 Fix agent view

This commit is contained in:
miguel angel rasteu 2023-11-02 15:22:49 +01:00
parent 47aeb3cc39
commit 3822ffc0f0
2 changed files with 3 additions and 7 deletions

View File

@ -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;
}

View File

@ -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;