Volume

<% nodes = Node.all %> <% if nodes.length == 0 %>
<% else %>
<% ssh_volume_info.each_with_index do |volume, index| %> <%= raw html_volume_info(volume, index) %> <% end %>
<% end %>