Merge branch 'ent-11298-filtro-se-superpone-al-modulo-remoto-en-metaconsola' into 'develop'

Ent 11298 filtro se superpone al modulo remoto en metaconsola

See merge request artica/pandorafms!5943
This commit is contained in:
Rafael Ameijeiras 2023-05-25 14:58:59 +00:00
commit 88c130220d

View File

@ -72,8 +72,10 @@ if ($config['pure']) {
$link['text'] .= '</a>';
}
// Header.
ui_print_standard_header(
// Control from managent polices.
if ($_POST['type'] !== 'networkserver') {
// Header.
ui_print_standard_header(
__('SNMP Browser'),
'images/op_snmp.png',
false,
@ -90,11 +92,12 @@ ui_print_standard_header(
'label' => __('SNMP'),
],
]
);
);
// SNMP tree container.
if (!isset($_GET['tab'])) {
// SNMP tree container.
if (!isset($_GET['tab'])) {
snmp_browser_print_container(false, '100%', '60%', '', true, true);
}
}
// Div for modal.