Project

General

Profile

« Previous | Next » 

Revision 9557f30c

Added by Dmitri Dolguikh almost 10 years ago

fixes #5965: removed 8443 port from the suggested ovirt url

View differences:

app/views/compute_resources/form/_ovirt.html.erb
<%= text_f f, :url, :size => "col-md-8", :help_block => _("e.g. https://ovirt.example.com:8443/api") %>
<%= text_f f, :url, :size => "col-md-8", :help_block => _("e.g. https://ovirt.example.com/api") %>
<%= text_f f, :user, :help_block => _("e.g. admin@internal") %>
<%= password_f f, :password %>
<% datacenters = (f.object.uuid.nil? && controller.action_name != 'test_connection') ? [] : f.object.datacenters rescue []%>

Also available in: Unified diff