Sha256: 217a933bf72e42abe952a04c454a06148c901e2876dd7b7e5e402657960d2246

Contents?: true

Size: 529 Bytes

Versions: 3

Compression:

Stored size: 529 Bytes

Contents

<%= text_f f, :user, :label => _("User") %>
<%= password_f f, :password, :label => _("Password") %>

<%= text_f f, :url, :size => "col-md-8", :help_block => _("e.g. http://host.example.com:2633/RPC2") %>
<%= link_to_function _("Test Connection"), "testConnection(this)", :class => "btn + #{@compute_resource.test_connection.is_a?(FalseClass) ? "btn-default" : "btn-success"}", :'data-url' => test_connection_compute_resources_path %>

<%= image_tag('/assets/spinner.gif', :id => 'test_connection_indicator', :class => 'hide') %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_one-0.4 app/views/compute_resources/form/_one.html.erb
foreman_one-0.2 app/views/compute_resources/form/_one.html.erb
foreman_one-0.1 app/views/compute_resources/form/_one.html.erb