Sha256: 2a3ab7fca6d680c17c68efaf18d343edf5c7a653ff25e4eb9a4f06ab103fa93a

Contents?: true

Size: 867 Bytes

Versions: 1

Compression:

Stored size: 867 Bytes

Contents

<% stylesheet 'foreman_virt_who_configure/config' %>

<div class="clearfix">
  <div class="form-group">
    <div class="row">
      <div class="col-md-12">
        <label><%= _("Run this script on the target host which will run virt-who reporting, preferably Satellite host:") %></label>
        <p>
          <%= _("1. Copy this configuration script to a safe directory on the host.") %></br>
          <%= _("2. Make the script executable and run it on the host.") %></br>
          <%= _("3. Delete the script on the host.") %></br>
        </p>
      </div>
    </div>

    <div class="row">
      <div class="col-md-8">
        <pre class="terminal"><%= @config.virt_who_config_file %></pre>
      </div>
    </div>
  </div>
</div>

<%= link_to _('Change this configuration'), edit_foreman_virt_who_configure_config_path(@config), :class => 'btn btn-default' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
foreman_virt_who_configure-0.0.1 app/views/foreman_virt_who_configure/configs/show.html.erb