Sha256: 3efa8b970c2d0ab9c606593f0fda52e752faf0c131a1718b68a7edad47957734

Contents?: true

Size: 538 Bytes

Versions: 1

Compression:

Stored size: 538 Bytes

Contents

<%= text_f f, :app_ident, :label => _('Client ID'), :required => true, :help_inline => link_to(icon_text('help', _('Documentation'), :kind => 'pficon'),
  azure_doc_url, :rel => 'external', :class => 'btn btn-default btn-docs', :target => '_blank') %>
<%= password_f f, :password, :label => _('Client Secret'), :keep_value => true, :required => true %>
<%= text_f f, :user, :label => _('Subscription ID'), :required => true %>
<%= text_f f, :uuid, :label => _('Tenant ID'), :required => true %>

<%= regions_list(@compute_resource, f) %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_azure_rm-2.1.3 app/views/compute_resources/form/_azurerm.html.erb