Sha256: 795acc921f1e4664273255ebca89a31f31c96181df86153c15be6cfcfcd863c3

Contents?: true

Size: 462 Bytes

Versions: 89

Compression:

Stored size: 462 Bytes

Contents

<% if job_invocation.resolved? %>
  <%= react_component('TargetingHosts' ) %>
<% else %>
  <div class="alert alert-warning">
    <%=
        _("The dynamic query '%{query}' was not resolved yet. The list of hosts to which it would resolve now can be seen %{here}." %
            { :query => job_invocation.targeting.search_query,
              :here => link_to(_('here'), hosts_url(:search => job_invocation.targeting.search_query))})
     %>
  </div>
<% end %>

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.4 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.1.3 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.1.2 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.1.1 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.1.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.0.2 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.0.1 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.6 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-14.0.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.5 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.4 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.3 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.2 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-12.0.7 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.1 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.2.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-10.1.3 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-13.0.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-12.0.5 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-12.0.4 app/views/job_invocations/_tab_hosts.html.erb