% content_for :body do %>
Attribute | Value |
---|---|
<%= naf_make_header(key) %> | <%= value %> |
<%= link_to "Machine Affinity Slots", machine_machine_affinity_slots_path(@machine) %> | <%= ::Logical::Naf::Machine.new(@machine).affinities %> |
Mark machine down | <%= link_to image_tag('terminate.png', class: 'action', title: "Mark machine(id: #{@machine.id}, server:#{@machine.server_name.blank? ? @machine.server_address : @machine.server_name}) down"), "#", { class: "terminate" } %> |