Sha256: e0e0ba7f8297e8d21254e3bed0499501ee0210ec60260cae35fe1fafd4e92d59

Contents?: true

Size: 823 Bytes

Versions: 5

Compression:

Stored size: 823 Bytes

Contents

<div id="host-conflicts-modal" class="modal in fade" <%= display(false) %>>
  <div class="modal-header">
    <a href="#" class="close" data-dismiss="modal">&times</a>
    <h3>Conflicts have been detected</h3>
  </div>
  <div class="modal-body">
    <p>
    <%= _('The following entries were found conflicting with what foreman wanted to apply.') %>
    </p>

    <p>
    <%= _('Please review them carefully, if you are certain that they should be removed, please click on overwrite.') %>
    </p>

    <div class="alert alert-message alert-block base">
      <% conflict_objects(@host.errors).each do |obj| -%>
        <% @host.errors[obj].each do |e| -%>
          <li><%= e %></li>
        <% end -%>
      <% end -%>
    </div>

  </div>

  <div class="modal-footer">
    <a href="#" class="btn">ACK</a>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
foreman_discovery-1.0.0 test/foreman_app/app/views/hosts/_conflicts.html.erb
foreman_discovery-1.0.0.rc4 test/foreman_app/app/views/hosts/_conflicts.html.erb
foreman_discovery-1.0.0.rc3 test/foreman_app/app/views/hosts/_conflicts.html.erb
foreman_discovery-1.0.0.rc2 test/foreman_app/app/views/hosts/_conflicts.html.erb
foreman_discovery-1.0.0.rc1 test/foreman_app/app/views/hosts/_conflicts.html.erb