Sha256: 92a388539294318ea5da415536f9c395981ff22d2f6c85b0e2a229cda9035612

Contents?: true

Size: 930 Bytes

Versions: 13

Compression:

Stored size: 930 Bytes

Contents

<div class="blank-slate-pf">
    <div class="blank-slate-pf-icon">
        <%= icon_text("globe", "", :kind => "fa") %>
    </div>
    <h1><%= _('Job Invocations') %></h1>
    <p>
        <%= _("Foreman can run arbitrary commands on remote hosts using different providers, such as SSH or Ansible. Communication goes through the Smart Proxy so Foreman does not have to have direct access to the target hosts and can scale to control many hosts.") %></br>
    </p>
    <p><%= link_to _('Learn more about this in the documentation.'),
           external_link_path(type: 'docs', section: 'Managing_Hosts', chapter: 'Configuring_and_Setting_Up_Remote_Jobs_managing-hosts'), :rel => 'external' %></p>
    <div class="blank-slate-pf-main-action">
        <%= authorized_for(controller: :job_invocations, action: :create) ? link_to(_("Run Job"), { :action => :create }, { :class => "btn btn-primary btn-lg" }) : nil %>
    </div>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
foreman_remote_execution-14.1.1 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-14.1.0 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-14.0.2 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-14.0.1 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.6 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-14.0.0 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.5 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.4 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.3 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.2 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.1 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.2.0 app/views/job_invocations/welcome.html.erb
foreman_remote_execution-13.0.0 app/views/job_invocations/welcome.html.erb