<% javascript 'foreman_scc_manager/scc_accounts' %> <%= form_for(@scc_account) do |f| %> <%= base_errors_for @scc_account %>
<%= text_f f, :name %> <%= text_f f, :login %> <%= password_f f, :password %> <%= text_f f, :base_url, label: _('Base URL') %>
<%= spinner_button_f(f, _('Test Connection'), '', id: 'test_scc_connection_btn', spinner_id: 'test_scc_connection_indicator', class: 'btn-default', 'data-url': test_connection_scc_accounts_path(scc_account_id: @scc_account)) %>
<%= f.hidden_field :organization_id %> <%= submit_or_cancel f %>
<% end %>