<%= notice %>

Uuid: <%= @device.uuid %>

Name: <%= @device.name %>

Extfaceable: <%= @device.extfaceable %>

Driveable: <%= @device.driveable %>

<%= link_to 'Edit', edit_device_path(@device) %> | <%= link_to 'Back', devices_path %>
Client Pull URL:
<%= extface.pull_url(@device.uuid) %>
<%= link_to 'Print Test Page', test_page_device_path(@device), remote:true %>

Jobs

<% @device.jobs.last(10).each do |job|%> <% end %>
Id Created Description Error Failed Completed Connected
<%= job.id %> <%= job.created_at %> <%= job.description %> <%= job.error %> <%= job.failed_at %> <%= job.completed_at %> <%= job.connected_at %>