diff --git a/app/helpers/application_helper/toolbar/cloud/instance_operations_button_group_mixin.rb b/app/helpers/application_helper/toolbar/cloud/instance_operations_button_group_mixin.rb index 057c9fddd17..9712a8f65da 100644 --- a/app/helpers/application_helper/toolbar/cloud/instance_operations_button_group_mixin.rb +++ b/app/helpers/application_helper/toolbar/cloud/instance_operations_button_group_mixin.rb @@ -104,8 +104,7 @@ def self.included(included_class) 'fa fa-html5 fa-lg', N_('Open a web-based VNC or SPICE console for this VM'), nil, - :url => "html5_console", - :confirm => N_("Opening a web-based VM VNC or SPICE console requires that the Provider is pre-configured to allow VNC connections. Are you sure?")), + :url => "html5_console"), ]) end end