Merge branch 'ent-7725-bug-en-creacion-de-itmes-sla' into 'develop'

Fixed SLA report items creating empty extra item

See merge request artica/pandorafms!4253
This commit is contained in:
Daniel Rodriguez 2021-08-23 10:50:10 +00:00
commit 3dc6db320e
1 changed files with 0 additions and 1 deletions

View File

@ -5159,7 +5159,6 @@ function addSLARow() {
$("input[name=id_agent_failover]").val('');
$("input[name=id_server]").val('');
$("input[name=agent_sla]").val('');
$("input[name=agent_sla]").css("background","url('<?php echo $autocompleteImage; ?>') right center no-repeat")
$("input[name=agent_failover]").val('');
$("#id_agent_module_sla").empty();
$("#id_agent_module_sla").attr('disabled', 'true');