mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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,29 +72,32 @@ if ($config['pure']) {
|
|||||||
$link['text'] .= '</a>';
|
$link['text'] .= '</a>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Header.
|
// Control from managent polices.
|
||||||
ui_print_standard_header(
|
if ($_POST['type'] !== 'networkserver') {
|
||||||
__('SNMP Browser'),
|
// Header.
|
||||||
'images/op_snmp.png',
|
ui_print_standard_header(
|
||||||
false,
|
__('SNMP Browser'),
|
||||||
'snmp_browser_view',
|
'images/op_snmp.png',
|
||||||
false,
|
false,
|
||||||
[$link],
|
'snmp_browser_view',
|
||||||
[
|
false,
|
||||||
|
[$link],
|
||||||
[
|
[
|
||||||
'link' => '',
|
[
|
||||||
'label' => __('Monitoring'),
|
'link' => '',
|
||||||
],
|
'label' => __('Monitoring'),
|
||||||
[
|
],
|
||||||
'link' => '',
|
[
|
||||||
'label' => __('SNMP'),
|
'link' => '',
|
||||||
],
|
'label' => __('SNMP'),
|
||||||
]
|
],
|
||||||
);
|
]
|
||||||
|
);
|
||||||
|
|
||||||
// SNMP tree container.
|
// SNMP tree container.
|
||||||
if (!isset($_GET['tab'])) {
|
if (!isset($_GET['tab'])) {
|
||||||
snmp_browser_print_container(false, '100%', '60%', '', true, true);
|
snmp_browser_print_container(false, '100%', '60%', '', true, true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Div for modal.
|
// Div for modal.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user