Sha256: 9217c19de9ea1f7b84e566c847d7e82d6b4a4c63ff1e27ad54c02bdea6800cb7

Contents?: true

Size: 1.01 KB

Versions: 69

Compression:

Stored size: 1.01 KB

Contents

<div class="col-md-4">
  <strong><%= _('Pulp server version') %></strong>
</div>
<div class="col-md-8">
  <%= @pulp_status['versions']['platform_version'] %>
</div>
<div class="col-md-4">
  <strong><%= _('Database connection') %></strong>
</div>
<div class="col-md-8">
  <strong><%= boolean_to_icon(@pulp_status['database_connection']['connected']) %></strong>
</div>
<div class="col-md-4">
  <strong><%= _('Messaging connection') %></strong>
</div>
<div class="col-md-8">
  <strong><%= boolean_to_icon(@pulp_status['messaging_connection']['connected']) %></strong>
</div>
<div class="col-md-4">
  <strong><%= _('Workers') %></strong>
</div>
<div class="col-md-8">
  <%= @pulp_status['known_workers'].size %><br />
</div>
<div class="col-md-4">
  <strong><%= _('Supported Content Types') %></strong>
</div>
<div class="col-md-8">
  <ul style="list-style-type: none; padding: 0">
  <% @smart_proxy.supported_pulp_types[:pulp2][:supported_types].each do |content_type| %>
    <li><%= content_type %></li>
  <% end %>
  </ul>
</div>

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
katello-4.1.4 app/views/smart_proxies/pulp_status.html.erb
katello-4.0.3 app/views/smart_proxies/pulp_status.html.erb
katello-3.18.5 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.3 app/views/smart_proxies/pulp_status.html.erb
katello-4.0.2.1 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.2.1 app/views/smart_proxies/pulp_status.html.erb
katello-4.0.2 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.2 app/views/smart_proxies/pulp_status.html.erb
katello-3.18.4 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.1 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.0 app/views/smart_proxies/pulp_status.html.erb
katello-4.0.1.2 app/views/smart_proxies/pulp_status.html.erb
katello-3.18.3.1 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.0.rc2.2 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.0.rc2.1 app/views/smart_proxies/pulp_status.html.erb
katello-4.0.1.1 app/views/smart_proxies/pulp_status.html.erb
katello-3.18.3 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.0.rc2 app/views/smart_proxies/pulp_status.html.erb
katello-4.0.1 app/views/smart_proxies/pulp_status.html.erb
katello-4.1.0.rc1.1 app/views/smart_proxies/pulp_status.html.erb