| {{ "IMEI" | translate }} | {{ "STATUS" | translate }} | {{ "ACTION" | translate }} | {{ "TYPE" | translate }} | {{ "MODEL" | translate }} | {{ "EXECUTION TIME" | translate }} | {{ "QUEUED TIME" | translate }} | {{ "COMMAND" | translate }} | {{ "RESPONSE" | translate }} |
|---|---|---|---|---|---|---|---|---|
| {{ dcq.imei }} | {{ dcq.status }} | {{ dcq.action }} | {{ dcq.cmd_type ? dcq.cmd_type : "--" }} | {{ dcq.model }} | {{ dcq.executedAt | date : "medium" }} | {{ dcq.queuedAt ? (dcq.queuedAt | date : "medium") : "--" }} | {{ dcq.command ? dcq.command : "--" }} | {{ dcq.deviceResponse ? dcq.deviceResponse : "--" }} |