Merge branch 'ent-7054-Selector-modulo-vacio-en-informe-SLA-Meta' into 'develop'

Fixed error reports sla selected modules in metaconsole

See merge request artica/pandorafms!3847
This commit is contained in:
Daniel Rodriguez 2021-02-18 18:01:29 +01:00
commit 3b2ba087e3
1 changed files with 1 additions and 1 deletions

View File

@ -3279,7 +3279,7 @@ function print_SLA_list($width, $action, $idItem=null)
<tr id="sla_form" style="" class="datos">
<td class="sla_list_agent_col">
<input id="hidden-id_agent_sla" name="id_agent_sla" value="" type="hidden">
<input id="hidden-server_name" name="server_name" value="" type="hidden">
<input id="hidden-id_server" name="id_server" value="" type="hidden">
<?php
$params = [];
$params['show_helptip'] = true;