mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
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:
commit
88c130220d
@ -72,6 +72,8 @@ if ($config['pure']) {
|
||||
$link['text'] .= '</a>';
|
||||
}
|
||||
|
||||
// Control from managent polices.
|
||||
if ($_POST['type'] !== 'networkserver') {
|
||||
// Header.
|
||||
ui_print_standard_header(
|
||||
__('SNMP Browser'),
|
||||
@ -96,6 +98,7 @@ ui_print_standard_header(
|
||||
if (!isset($_GET['tab'])) {
|
||||
snmp_browser_print_container(false, '100%', '60%', '', true, true);
|
||||
}
|
||||
}
|
||||
|
||||
// Div for modal.
|
||||
echo '<div id="modal" style="display:none"></div>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user