<%= 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 %>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 %> |