Help links

This commit is contained in:
fbsanchez 2019-05-30 11:25:09 +02:00
parent 30320b7897
commit 94153b823f
2 changed files with 9 additions and 2 deletions

View File

@ -700,8 +700,7 @@ if ($id_agente) {
agents_get_alias($id_agente),
'images/setup.png',
false,
// Previous: $help_header.
'',
$help_header,
true,
$onheader,
false,

View File

@ -4946,6 +4946,14 @@ function get_help_info($section_name)
}
break;
case 'create_agent':
if ($es) {
$result .= 'Intro_Monitorizacion&printable=yes#Configuraci.C3.B3n_del_agente_en_consola';
} else {
$result .= 'Intro_Monitoring&printable=yes#Agent_configuration_in_the_console';
}
break;
case 'agent_snmp_explorer_tab':
if ($es) {
$result .= 'Monitorizacion_remota&printable=yes#Wizard_SNMP';