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:
Rafael Ameijeiras 2023-06-15 08:12:55 +00:00
commit 779f9b93dc
1 changed files with 1 additions and 1 deletions

View File

@ -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("");