Sha256: a6f4427db156361356975188c9d42a2b9c8c22a363caf51635f78635efaacda5
Contents?: true
Size: 951 Bytes
Versions: 5
Compression:
Stored size: 951 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.'), documentation_url('1.ForemanRemoteExecution1.3Manual', :root_url => 'https://www.theforeman.org/plugins/foreman_remote_execution/1.3/index.html#'), :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
5 entries across 5 versions & 1 rubygems