mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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',
|
dataType: 'html',
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
if (data == '') {
|
if (data == '') {
|
||||||
$('#response_out').html('<i>No output</i>');
|
$('#response_out').html('<i>Unreachable host</i>');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var out = data.replace(/[\n|\r]/g, "<br>");
|
var out = data.replace(/[\n|\r]/g, "<br>");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user