#12137 Fix agent view
This commit is contained in:
parent
47aeb3cc39
commit
3822ffc0f0
|
@ -6046,7 +6046,7 @@ div#bullets_modules div {
|
||||||
div.bullets_modules div {
|
div.bullets_modules div {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 0 5px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.orange_background {
|
.orange_background {
|
||||||
|
@ -6219,7 +6219,7 @@ div#status_pie {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
padding-bottom: 5%;
|
padding-bottom: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.agent_details_content_cluster {
|
.agent_details_content_cluster {
|
||||||
|
@ -12685,7 +12685,3 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -92px;
|
top: -92px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#agent_status_main > tbody {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
|
@ -102,7 +102,7 @@ $agentCountModules = html_print_div(
|
||||||
|
|
||||||
$table_status = new stdClass();
|
$table_status = new stdClass();
|
||||||
$table_status->id = 'agent_status_main';
|
$table_status->id = 'agent_status_main';
|
||||||
$table_status->width = '100%';
|
$table_status->width = 'auto';
|
||||||
$table_status->height = 'auto';
|
$table_status->height = 'auto';
|
||||||
$table_status->cellspacing = 0;
|
$table_status->cellspacing = 0;
|
||||||
$table_status->cellpadding = 0;
|
$table_status->cellpadding = 0;
|
||||||
|
|
Loading…
Reference in New Issue