Sha256: 5d34ef0a711e46b55ae69505752ba1733bb6a5febf50aa380a0a33348b69d2f6

Contents?: true

Size: 675 Bytes

Versions: 7

Compression:

Stored size: 675 Bytes

Contents

.serverhosts--index
  %h5 Serverhosts (#{serverhosts.length})

  %ul.items
    - serverhosts.each do |i|
      %li
        = i.name
        %span.gray= i.id.to_s
        = link_to '[~]', edit_serverhost_path(i)
        %ul
          %li.leadset_id <b>leadset_id:</b> #{i.leadset_id}
          %li.next_port <b>Next Port:</b> #{i.next_port}
          %li.ssh_host <b>ssh_host:</b> #{i.ssh_host}
          %li.ssh_username <b>ssh_username:</b> #{i.ssh_username}
          %li.ssh_key <b>ssh_key:</b> #{i.ssh_key}
          %li.nginx_root <b>nginx_root:</b> #{i.nginx_root}
          %li.appliances
            = render 'ish_manager/appliances/index', appliances: i.appliances

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ish_manager-0.1.8.500 app/views/ish_manager/serverhosts/_index.haml
ish_manager-0.1.8.499 app/views/ish_manager/serverhosts/_index.haml
ish_manager-0.1.8.498 app/views/ish_manager/serverhosts/_index.haml
ish_manager-0.1.8.497 app/views/ish_manager/serverhosts/_index.haml
ish_manager-0.1.8.496 app/views/ish_manager/serverhosts/_index.haml
ish_manager-0.1.8.495 app/views/ish_manager/serverhosts/_index.haml
ish_manager-0.1.8.494 app/views/ish_manager/serverhosts/_index.haml