Sha256: 50ef9f8a7aafbd9c013a37463058839b6e02909b7659f40ae1bb28b8cfe0e7f8

Contents?: true

Size: 663 Bytes

Versions: 3

Compression:

Stored size: 663 Bytes

Contents

.appliances--index
  %h5 Appliances (#{appliances.length})
  - if appliances.present?
    %hr
    %ul.items
      - appliances.each do |i|
        %li
          %ul
            %li.name <b>name:</b> #{i.name} #{link_to '[~]', edit_appliance_path(i)}
            %li.kind <b>kind:</b> #{i.kind}
            %li.leadset_id <b>leadset_id:</b> #{i.leadset_id}

            %li.serverhost
              <b>serverhost:</b>
              - if i.serverhost
                #{ link_to i.serverhost.name, serverhost_path(i.serverhost) }
              - else
                <no-serverhost>
            %li.host <b>host:</b> #{i.host}
            -# %li.inspect= i.inspect

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ish_manager-0.1.8.461 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.460 app/views/ish_manager/appliances/_index.haml
ish_manager-0.1.8.459 app/views/ish_manager/appliances/_index.haml