Sha256: 71cc7d0631a3415eb3923a4643a7fc9f6263896767acc50bf89926776b747c70
Contents?: true
Size: 577 Bytes
Versions: 12
Compression:
Stored size: 577 Bytes
Contents
<%= text_f f, :url, :size => "col-md-8", :help_block => _("e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock") %> <%= text_f f, :user %> <%= password_f f, :password %> <%= text_f f, :email %> <% client = f.object.client rescue [] %> <%= link_to_function _("Test Connection"), "testConnection(this)", :class => "btn + #{client.nil? ? "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
12 entries across 12 versions & 1 rubygems