Sha256: 0e25a234cfb65d774b9ba772695e5f5c1a56232bdccee6d72d10659a2f07a000

Contents?: true

Size: 1.08 KB

Versions: 69

Compression:

Stored size: 1.08 KB

Contents

<div class="card-pf">
  <div class="card-pf-body">
    <div class="progress-description" title="<%= disk['header'] %>">
      <%= disk['header'] %>
    </div>

    <div class="progress progress-label-top-right">
      <div class="progress-bar progress-bar-<%= disk['size_status'] %>" role="progressbar" aria-valuenow="<%= disk['percentage'] %>" aria-valuemin="0" aria-valuemax="100" style="width: <%= disk['percentage'] %>%;" data-toggle="tooltip" title="<%= _('%s Used') % humanize_bytes(disk['used']) %>">
        <span><strong><%= _('%{used} of %{total}') % {:used => humanize_bytes(disk['used']),:total => humanize_bytes(disk['total'])} %></strong> Used</span>
      </div>

      <div class="progress-bar progress-bar-remaining" role="progressbar" aria-valuenow="<%= disk['available_percent'] %>" aria-valuemin="0" aria-valuemax="100" style="width: <%= disk['available_percent'] %>%;" data-toggle="tooltip" title="<%= _('%s Available') % humanize_bytes(disk['free']) %>">
        <span class="sr-only"><%= _('%s Available') % humanize_bytes(disk['free']) %></span>
      </div>
    </div>
  </div>
</div>

Version data entries

69 entries across 69 versions & 1 rubygems

Version Path
katello-4.8.4 app/views/smart_proxies/_disk_usage.html.erb
katello-4.8.3 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.6 app/views/smart_proxies/_disk_usage.html.erb
katello-4.8.2 app/views/smart_proxies/_disk_usage.html.erb
katello-4.8.1 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.5 app/views/smart_proxies/_disk_usage.html.erb
katello-4.8.0 app/views/smart_proxies/_disk_usage.html.erb
katello-4.8.0.rc2 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.4 app/views/smart_proxies/_disk_usage.html.erb
katello-4.8.0.rc1 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.3 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.2 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.1 app/views/smart_proxies/_disk_usage.html.erb
katello-4.6.2.1 app/views/smart_proxies/_disk_usage.html.erb
katello-4.6.2 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.0 app/views/smart_proxies/_disk_usage.html.erb
katello-4.6.1 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.0.rc2 app/views/smart_proxies/_disk_usage.html.erb
katello-4.7.0.rc1 app/views/smart_proxies/_disk_usage.html.erb
katello-4.4.2.2 app/views/smart_proxies/_disk_usage.html.erb