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:
commit
3dc6db320e
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue