Sha256: 90b6cc76d8c4170e20da06ece61cf3f6a9710da9695c14f72df782a930da0915
Contents?: true
Size: 487 Bytes
Versions: 11
Compression:
Stored size: 487 Bytes
Contents
<%= http_proxy_field f %> <%= textarea_f f, :password, :label => _("JSON key"), :help_inline => file_field(:password, :json, accept: "application/JSON", onchange: 'tfm.gce.jsonLoader(this)'), :id => 'gce_json', :class => 'col-md-8' %> <% zones = f.object.zones rescue [] %> <%= selectable_f(f, :zone, zones, {}, {:label => _('Zone'), :disabled => zones.empty?, :help_inline_permanent => load_button_f(f, zones.any?, _("Load Zones")) }) %>
Version data entries
11 entries across 11 versions & 1 rubygems