Sha256: 794b89800e91644fa9867f415712f6a2d20ee73415a9c36af2ad4d3c1e4d25a8

Contents?: true

Size: 541 Bytes

Versions: 5

Compression:

Stored size: 541 Bytes

Contents

<%= text_f f, :url, :label => _('Client ID'), :required => true %>
<%= password_f f, :password, :label => _('Client Secret'), :required => true %>
<%= text_f f, :user, :label => _('Subscription ID'), :required => true %>
<%= text_f f, :uuid, :label => _('Tenant ID'), :required => true,
    :help_inline => link_to_function(
    _("Test Connection"), "testConnection(this)",
    :class => "btn btn-default",
    :'data-url' => test_connection_compute_resources_path) +
    hidden_spinner('', :id => 'test_connection_indicator').html_safe  %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_azure_rm-1.3.1 app/views/compute_resources/form/_azurerm.html.erb
foreman_azure_rm-1.3.0 app/views/compute_resources/form/_azurerm.html.erb
foreman_azure_rm-1.2.0 app/views/compute_resources/form/_azurerm.html.erb
foreman_azure_rm-1.1.1 app/views/compute_resources/form/_azurerm.html.erb
foreman_azure_rm-1.1.0 app/views/compute_resources/form/_azurerm.html.erb