Sha256: a4407453a873262a790236b53380722aa55cfd393abaa04f8516b0974f343cd1
Contents?: true
Size: 534 Bytes
Versions: 14
Compression:
Stored size: 534 Bytes
Contents
<%= text_f f, :url, :class => "input-xlarge", :help_block => _("e.g. x.x.x.x") %> <%= text_f f, :user %> <%= password_f f, :password %> <% hypervisor = f.object.hypervisor.uuid rescue nil %> <% if hypervisor -%> <%= f.hidden_field :uuid, :value => hypervisor %> <% end -%> <%= link_to_function _("Test Connection"), "testConnection(this)", :class => "btn + #{hypervisor.nil? ? "btn-default" : "btn-success"}", :'data-url' => test_connection_compute_resources_path %> <%= hidden_spinner('', :id => 'test_connection_indicator') %>
Version data entries
14 entries across 14 versions & 1 rubygems