Skip to content

Commit

Permalink
Remove confirmation when opening the HTML5 vnc/spice console.
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=1348721

1/2 of this was done as part of 9b38984 for Euwe.
  • Loading branch information
martinpovolny committed Jan 12, 2017
1 parent 302472a commit 2b083ff
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b083ff

Please sign in to comment.