{{ authError }}
Manage print nodes and dispatch tasks globally
| Device ID | Name | Status | Actions |
|---|---|---|---|
| {{ dev.DeviceID }} | {{ dev.Name }} | {{ dev.Status }} | |
| No devices found. | |||
| Job ID | Device / Printer | Status |
|---|---|---|
| {{ job.JobID.split('_')[1] || job.JobID }} |
{{ job.DeviceID }}
{{ job.PrinterName }} ({{ job.Type }})
|
{{ job.Status }}
{{ job.ErrorMessage }}
|
| No recent jobs. | ||
Device ID: {{ selectedDevice.DeviceID }}
Token: {{ selectedDevice.Token }}
Version: {{ selectedDevice.Version || 'Unknown' }}
Last Seen: {{ selectedDevice.LastSeen ? new Date(selectedDevice.LastSeen).toLocaleString() : 'Never' }}
Add the Device ID and Token to the Agent's `config.json` to link it.