diff --git a/src/sunstone/public/app/tabs/vms-tab/panels/info.js b/src/sunstone/public/app/tabs/vms-tab/panels/info.js index bd0bfc35b3..064cfe9cb9 100644 --- a/src/sunstone/public/app/tabs/vms-tab/panels/info.js +++ b/src/sunstone/public/app/tabs/vms-tab/panels/info.js @@ -124,20 +124,30 @@ define(function(require) { monitoringTableContentHTML = Humanize.prettyPrintJSON(monitoring); } - var monitoring = $.extend({}, this.element.MONITORING); var errorMessageHTML = "" - if (this && - this.element && + if (this.element && this.element.USER_TEMPLATE && this.element.USER_TEMPLATE.ERROR){ - errorMessageHTML = "
" + - "
"+ - "
" + - "

" + - this.element.USER_TEMPLATE.ERROR + - "

"; + errorMessageHTML = + "
" + + "
" + + "
" + + "
"+ + "
" + + ""+ + "
"+ + "
"+ + "

" + this.element.USER_TEMPLATE.ERROR + "

" + + "
"+ + "
" + + "" + + "Dismiss"+ + "" + + "
" + + "
" + + "
" + + "
" + + "
"; }