mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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
|
// 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();
|
$("#re_exec_command" + index).hide();
|
||||||
$("#response_loading_command" + index).show();
|
$("#response_loading_command" + index).show();
|
||||||
$("#response_out" + index).html("");
|
$("#response_out" + index).html("");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user