diff --git a/client/app/core/product-features.constants.json b/client/app/core/product-features.constants.json index 0500a0261..a47d01b78 100644 --- a/client/app/core/product-features.constants.json +++ b/client/app/core/product-features.constants.json @@ -30,7 +30,7 @@ "ADD": "sui_vm_snapshot_create", "DELETE": "sui_vm_snapshot_delete" }, - "CONSOLE": "sui_vm_console", + "HTML5_CONSOLE": "sui_vm_html5_console", "WEB_CONSOLE": "sui_vm_web_console", "TAGS": "sui_vm_tags", "RETIRE": "sui_vm_retire", diff --git a/client/app/services/service-details/service-details.component.js b/client/app/services/service-details/service-details.component.js index a1dc17eea..2e3f7f613 100644 --- a/client/app/services/service-details/service-details.component.js +++ b/client/app/services/service-details/service-details.component.js @@ -380,7 +380,7 @@ function ComponentController ($stateParams, $state, $window, CollectionsApi, Eve } function openConsole (item) { - if (item.supported_consoles.vnc.visible && item.supported_consoles.vnc.enabled) { + if (item.supported_consoles.html5.visible && item.supported_consoles.html5.enabled) { Consoles.open(item.id) } } diff --git a/client/app/services/service-details/service-details.html b/client/app/services/service-details/service-details.html index 3773cfe55..910b59c47 100644 --- a/client/app/services/service-details/service-details.html +++ b/client/app/services/service-details/service-details.html @@ -286,8 +286,8 @@

Resources