Sha256: 795acc921f1e4664273255ebca89a31f31c96181df86153c15be6cfcfcd863c3

Contents?: true

Size: 462 Bytes

Versions: 90

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

90 entries across 90 versions & 1 rubygems

Version Path
foreman_remote_execution-5.0.6 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-6.2.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.0.5 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-6.1.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.0.4 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.0.3 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-6.0.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.0.2 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.1.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.0.1 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-5.0.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.8.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.5.6 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.5.5 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.5.4 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.7.0 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.5.3 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.5.2 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.5.1 app/views/job_invocations/_tab_hosts.html.erb
foreman_remote_execution-4.6.0 app/views/job_invocations/_tab_hosts.html.erb