mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-4208-Ayuda-vacia-modulos-unknown' into 'develop'
Removed empty help in unknown modules - #4208 See merge request artica/pandorafms!2499
This commit is contained in:
commit
10aa0631af
@ -32,7 +32,7 @@ function clippy_module_unknow()
|
||||
$return_tours['tours']['module_unknow']['steps'] = [];
|
||||
$return_tours['tours']['module_unknow']['steps'][] = [
|
||||
'init_step_context' => true,
|
||||
'intro' => '<table>'.'<tr>'.'<td class="context_help_title">'.__('You have unknown modules in this agent.').'</td>'.'</tr>'.'<tr>'.'<td class="context_help_body">'.__('Unknown modules are modules which receive data normally at least in one occassion, but at this time are not receving data. Please check our troubleshoot help page to help you determine why you have unknown modules.').ui_print_help_icon('context_module_unknow', true, '', 'images/help.png').'</td>'.'</tr>'.'</table>',
|
||||
'intro' => '<table>'.'<tr>'.'<td class="context_help_title">'.__('You have unknown modules in this agent.').'</td>'.'</tr>'.'<tr>'.'<td class="context_help_body">'.__('Unknown modules are modules which receive data normally at least in one occassion, but at this time are not receving data. Please check our troubleshoot help page to help you determine why you have unknown modules.').'</td>'.'</tr>'.'</table>',
|
||||
];
|
||||
$return_tours['tours']['module_unknow']['conf'] = [];
|
||||
$return_tours['tours']['module_unknow']['conf']['autostart'] = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user