<%= text_f f, :name %>
<%= text_f f, :login %>
<%= password_f f, :password %>
<%= text_f f, :base_url, label: _('Base URL') %>
<%= f.hidden_field :organization_id %>
<%= submit_or_cancel f %>
<%= 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)) %>