Project

General

Profile

Download (701 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= text_f f, :url, :label => "Authentication URL", :class => "input-xlarge", :help_block => "e.g. https://identity.api.rackspacecloud.com" %>
<%= text_f f, :user, :label => "Username" %>
<%= password_f f, :password, :label => "API Key" %>
<% flavors = f.object.flavors rescue [] -%>
<%= selectable_f(f, :region, f.object.regions, {}, {:label => 'Region',
:help_inline => link_to_function("Test Connection", "testConnection(this)",
:class => "btn + #{flavors.empty? ? "" : "btn-success"}",
:'data-url' => test_connection_compute_resources_path) + image_tag('/assets/spinner.gif', :id => 'test_connection_indicator', :class => 'hide').html_safe }) %>
(5-5/6)