Sha256: 818c279e2ff91425e89ff13779a92681c7384c61cc3966daf9968269824214e6

Contents?: true

Size: 612 Bytes

Versions: 16

Compression:

Stored size: 612 Bytes

Contents

<div class='tab-pane' id='ansible_roles'>
  <%= multiple_selects(
    f,
    :ansible_roles,
    AnsibleRole,
    f.object.all_ansible_roles.map(&:id),
    {
      :disabled => f.object.inherited_ansible_roles.map(&:id),
      :label => _('Available roles'),
      :label_help => _('This list of roles will be applied when the host finishes<br/> '\
            'provisioning. Users can also play these roles through the API<br/>'\
            'or by clicking on the Play Roles button on the Host page ').html_safe
    },
    { 'data-inheriteds' => f.object.inherited_ansible_roles.map(&:id).to_json }) %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
foreman_ansible-2.2.3 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.2.2 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.2.1 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.2.0 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.1.2 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.1.1 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.0.4 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.0.3 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.0.2 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-1.5.2 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-1.5.1 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-1.5.0 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.1.0 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.0.1 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-2.0.0 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb
foreman_ansible-1.4.6 app/views/foreman_ansible/ansible_roles/_select_tab_content.html.erb