.form-text.text-muted ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
.form-text.text-muted Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries.
.form-group.blacklist-raw
=f.label:domain_blacklist,'Blacklisted domains for sign-ups',class: 'label-light'
=f.label:domain_blacklist,'Blacklisted domains for sign-ups',class: 'label-bold'
.form-text.text-muted Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com
=f.text_area:key,class: "form-control",rows: 8,required: true,placeholder: "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
%p=_("Paste your public SSH key, which is usually contained in the file '~/.ssh/id_rsa.pub' and begins with 'ssh-rsa'. Don't use your private SSH key.")
=f.text_area:key,class: "form-control js-add-ssh-key-validation-input",rows: 8,required: true,placeholder: s_('Profiles|Typically starts with "ssh-rsa …"')
.form-group
=f.label:title,class: 'label-light'
=f.label:title,class: 'label-bold'
=f.text_field:title,class: "form-control input-lg",required: true,placeholder: s_('Profiles|e.g. My MacBook key')
%p.form-text.text-muted=_('Name your individual key via a title')
=s_('ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}.').html_safe%{help_link_start: help_link_start%{url: zones_link_url},help_link_end: help_link_end}
.form-group
=provider_gcp_field.label:num_nodes,s_('ClusterIntegration|Number of nodes'),class: 'label-light'
=provider_gcp_field.label:num_nodes,s_('ClusterIntegration|Number of nodes'),class: 'label-bold'
=f.text_field:description,class: 'form-control',required: true,autofocus: true,placeholder: s_('PipelineSchedules|Provide a short description for this pipeline')