Sha256: 0007ef9dacc4fd1e938df97acdb6c1087970827a404b87fd242e38984e204595

Contents?: true

Size: 723 Bytes

Versions: 1

Compression:

Stored size: 723 Bytes

Contents

.host_collections

  .col_1
    - if updates == :critical
      %a{:href => "/host_collections/#{host_collection.id}/actions", :title => "#{_('Critical')}"}
        .status_icon.red
    - elsif updates == :warning
      %a{:href => "/host_collections/#{host_collection.id}/actions", :title => "#{_('Warning')}"}
        .status_icon.yellow
    - else
      %a{:href => "/host_collections/#{host_collection.id}/actions", :title => "#{_('Up to date')}"}
        .status_icon.green

  .col_2.one-line-ellipsis
    = link_to(host_collection.name, "/host_collections/#{host_collection.id}/info")

  .col_3.one-line-ellipsis
    = link_to(host_collection.systems.length, "/host_collections/#{host_collection.id}/content-hosts")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/dashboard/_host_collection_item.html.haml