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