Manage device-specific configurations and settings
| Name | Device Type | Status | Terminal | Created | Actions |
|---|---|---|---|---|---|
|
<%= config.name %>
<%= config.description %>
|
<%= config.device_type %> | "bg-green-100 text-green-800" "draft" -> "bg-yellow-100 text-yellow-800" "inactive" -> "bg-red-100 text-red-800" _ -> "bg-gray-100 text-gray-800" end]}> <%= String.capitalize(config.status) %> | <%= if config.terminal do %> <%= config.terminal.serial_number %> <% else %> Not assigned <% end %> | <%= Calendar.strftime(config.inserted_at, "%b %d, %Y") %> |
Device Type: <%= @selected_config.device_type %>
<%= Jason.encode!(@selected_config.configuration_data, pretty: true) %>