Project

General

Profile

Download (793 Bytes) Statistics
| Branch: | Tag: | Revision:
<%= text_f f, :project, :label => _("Google Project ID") %>
<%= text_f f, :email, :label => _("Client Email"), :class => 'col-md-8' %>
<%= text_f f, :key_path, :label => _("Certificate path"), :help_inline => _('The file path where your p12 file is located'), :class => 'col-md-8' %>

<% zones = f.object.zones rescue [] %>
<%= selectable_f(f, :zone, zones, {}, {:label => _('Zone'), :disabled => zones.empty?,
:help_inline => link_to_function(zones.empty? ? _("Load zones") : _("Test Connection"), "testConnection(this)",
:class => "btn + #{zones.empty? ? "btn-default" : "btn-success"}",
:'data-url' => test_connection_compute_resources_path) + image_tag('spinner.gif', :id => 'test_connection_indicator', :class => 'hide').html_safe }) %>
(2-2/7)