Sha256: 8e31360e76b6b8435bcfb5157ec18ca23eaad513ca5a676e30331b0d59006af1

Contents?: true

Size: 555 Bytes

Versions: 27

Compression:

Stored size: 555 Bytes

Contents

<li><a id="ansible_tab_header" href="#ansible_callback_enabled" data-toggle="tab"><%= _("Ansible") %></a></li>
<script type="text/javascript">
    $(document).ready(function () {
        var provider_type = $('#job_template_provider_type');
        provider_type.change(setAnsibleTabVisibilityByProvider);
        provider_type.change();

        function setAnsibleTabVisibilityByProvider() {
            var tab_header = $("#ansible_tab_header");
            this.value === 'Ansible' ? tab_header.show() : tab_header.hide();
        }
    });
</script>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
foreman_ansible-13.0.7 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-14.2.0 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-14.1.1 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-14.1.0 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-13.0.5 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-14.0.0 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-13.0.4 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-13.0.3 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-13.0.2 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-13.0.1 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-13.0.0 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.7 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-10.4.4 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.6 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.5 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-10.4.3 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.4 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.3 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.2 app/views/job_templates/_job_template_callback_tab_headers.html.erb
foreman_ansible-12.0.1 app/views/job_templates/_job_template_callback_tab_headers.html.erb