Merge branch 'ent-11563-ipam-boton-de-ping-no-funciona' into 'develop'
Ent 11563 ipam boton de ping no funciona See merge request artica/pandorafms!6103
This commit is contained in:
commit
779f9b93dc
|
@ -284,7 +284,7 @@ function show_response_dialog(response_id, response) {
|
|||
}
|
||||
|
||||
// Perform a response and put the output into a div
|
||||
function perform_response(response, response_id, index) {
|
||||
function perform_response(response, response_id, index = "") {
|
||||
$("#re_exec_command" + index).hide();
|
||||
$("#response_loading_command" + index).show();
|
||||
$("#response_out" + index).html("");
|
||||
|
|
Loading…
Reference in New Issue