From 51ea2d569d83cad9192a296dbc02f5a1773156fe Mon Sep 17 00:00:00 2001 From: marcos Date: Mon, 22 Mar 2021 17:02:30 +0100 Subject: [PATCH] fixed visual error --- pandora_console/include/functions_snmp_browser.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_snmp_browser.php b/pandora_console/include/functions_snmp_browser.php index 54bc1a5ce6..89aacde9c6 100644 --- a/pandora_console/include/functions_snmp_browser.php +++ b/pandora_console/include/functions_snmp_browser.php @@ -604,9 +604,11 @@ function snmp_browser_print_oid( if ($custom_action != '') { $table->head[0] = ''.$closer.$custom_action.''; } else { + $table->headstyle[0] = 'text-align: left'; $table->head[0] = $closer; } + $table->headstyle[1] = 'text-align: left'; $table->head[1] = __('OID Information'); $output .= html_print_table($table, true); @@ -636,7 +638,7 @@ function snmp_browser_print_oid( __('Create network component'), 'create_network_component', false, - 'class="sub add float-left"', + 'class="sub add float-left mrgn_right_20px"', true );