mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'cherry-pick-bb1c4f94' into 'pandora_6.0'
Merge branch '53-no-ejecuta-custom-responses' into 'develop' See merge request !149
This commit is contained in:
commit
20b4fb3e6b
@ -359,7 +359,7 @@ function perform_response(target) {
|
||||
dataType: 'html',
|
||||
success: function (data) {
|
||||
if (data == '') {
|
||||
$('#response_out').html('<i>No output</i>');
|
||||
$('#response_out').html('<i>Unreachable host</i>');
|
||||
}
|
||||
else {
|
||||
var out = data.replace(/[\n|\r]/g, "<br>");
|
||||
|
Loading…
x
Reference in New Issue
Block a user