Sha256: 8fbcdc3688e0e49cfe9b55e8fe5a2a1ee9a6cf18f70ab8a26fb0681f0c43a9c2
Contents?: true
Size: 887 Bytes
Versions: 1
Compression:
Stored size: 887 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> <%= _("On the target virt-who host:") %></br> <%= _("1. Copy this configuration script to a safe directory.") %></br> <%= _("2. Make the script executable and run it.") %></br> <%= _("3. Delete the script.") %></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.2 | app/views/foreman_virt_who_configure/configs/show.html.erb |