diff --git a/src/sunstone/public/js/plugins/hosts-tab.js b/src/sunstone/public/js/plugins/hosts-tab.js index ca00e65759..419d5c1efd 100644 --- a/src/sunstone/public/js/plugins/hosts-tab.js +++ b/src/sunstone/public/js/plugins/hosts-tab.js @@ -766,7 +766,7 @@ function updateHostInfo(request,host){ var stripped_host_template = {}; var unshown_values = {}; - if (host_info.TEMPLATE.HYPERVISOR.toLowerCase() != "vcenter") + if (host_info.TEMPLATE.HYPERVISOR && host_info.TEMPLATE.HYPERVISOR.toLowerCase() != "vcenter") { stripped_host_template = host_info.TEMPLATE; }