diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/log.js b/src/sunstone/public/app/tabs/vms-tab/panels/log.js index 9f7e3c2255..38045209b7 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/log.js +++ b/src/sunstone/public/app/tabs/vms-tab/panels/log.js @@ -96,7 +96,15 @@ define(function(require) { }, error: function(request, error_json) { - $('.vm_log_container', context).html(''); + $('.vm_log_container', context).html( + '
' + + '
' + + '
' + + ' '+Locale.tr("Some ad-block extensions are known to filter the '/log?id=' URL")+'' + + '
' + + '
' + + '
'); + Notifier.onError(request, error_json); } });