Sha256: 84e607ad5e6bcf54c6753c32222bdaa0ce742bffd108bb29f19a9b290031b701

Contents?: true

Size: 583 Bytes

Versions: 89

Compression:

Stored size: 583 Bytes

Contents

<div class="col-sm-7">
  <div class="stats-well">      
    <h4><%=_("Backend System Status")%></h4>
    <table class="table table-striped">
      <tr>
        <th><%= _("Component") %></th>
        <th><%= _("Status") %></th>
        <th><%= _("Message") %></th>
      </tr>
      <% Katello::Ping.ping[:services].sort.each do |component, status| %>
        <tr>
          <td><%= component %></td>
          <td><%= status[:status].downcase == 'ok' ? _('OK') : _('FAIL') %></td>
          <td><%= status[:message] %></td>
        </tr>
      <% end %>
    </table>
  </div>
</div>

Version data entries

89 entries across 89 versions & 1 rubygems

Version Path
katello-3.12.3 app/views/overrides/about/_system_status.html.erb
katello-3.12.2 app/views/overrides/about/_system_status.html.erb
katello-3.12.1 app/views/overrides/about/_system_status.html.erb
katello-3.11.2 app/views/overrides/about/_system_status.html.erb
katello-3.10.2 app/views/overrides/about/_system_status.html.erb
katello-3.12.0 app/views/overrides/about/_system_status.html.erb
katello-3.12.0.rc2 app/views/overrides/about/_system_status.html.erb
katello-3.10.1.1 app/views/overrides/about/_system_status.html.erb
katello-3.12.0.rc1 app/views/overrides/about/_system_status.html.erb
katello-3.10.1 app/views/overrides/about/_system_status.html.erb
katello-3.11.1 app/views/overrides/about/_system_status.html.erb
katello-3.11.0 app/views/overrides/about/_system_status.html.erb
katello-3.11.0.rc2 app/views/overrides/about/_system_status.html.erb
katello-3.11.0.rc1 app/views/overrides/about/_system_status.html.erb
katello-3.10.0 app/views/overrides/about/_system_status.html.erb
katello-3.10.0.rc1.1 app/views/overrides/about/_system_status.html.erb
katello-3.9.1 app/views/overrides/about/_system_status.html.erb
katello-3.10.0.rc1 app/views/overrides/about/_system_status.html.erb
katello-3.9.0 app/views/overrides/about/_system_status.html.erb
katello-3.8.1 app/views/overrides/about/_system_status.html.erb