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:
vgilc 2017-02-21 09:58:19 +01:00
commit 20b4fb3e6b

View File

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