Sha256: fb98a9d003784b2ef803546f3d8f565376c708b52763a1e25627a11bbbd96fa4
Contents?: true
Size: 732 Bytes
Versions: 2
Compression:
Stored size: 732 Bytes
Contents
#dashboard_systems.widget.scroll-pane{"data-quantity"=>quantity} %ul - unless systems_list.empty? - for system in systems_list %li %div.system_entry .col_0.fl - if system.entitlements_valid? %span .icon.green_icon.fl - else %span .icon.red_icon.fl .col_1.one-line-ellipsis{:title=>system.name} %h5 = link_to system.name, generate_url(systems_path, {:id => system.id}, "system") .col_2{:title=>_("Distribution")} = system.distribution .col_3{:title=>_("Last Checked in Date")} = get_checkin(system) - else =_("No systems found." )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
katello-2.2.2 | app/views/katello/dashboard/_systems.html.haml |
katello-1.5.0 | app/views/katello/dashboard/_systems.html.haml |