<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %>

Node status

<% nodes.each do |n| %>
<%= n.hostname %>
state: <%= n.crunch_worker_state %>
<% [:total_cpu_cores, :total_ram_mb, :total_scratch_mb].each do |i| %> <%= i.to_s.gsub '_', ' ' %>: <%= n.properties[i] %>
<% end %>
<% end %>