{{ lang.t("Account") }} | |||||||||
---|---|---|---|---|---|---|---|---|---|
{{ item.data.account_nickname ? item.data.account_nickname : (item.data.account ? item.data.account : '-') }} | {{ item.priority }} | {{ item.started ? lang.d(item.started, 'shorttime') : '-' }} | {{ item.ended ? lang.d(item.ended, 'shorttime') : '-' }} | {{ item.execution_time | executionTime }} - | {{ item.owner_name ? item.owner_name : '-' }} |
{{ const.QUEUE_STATUS_NAMES[item.status] }}
{{ const.QUEUE_STATUS_SUB_NAMES[item.type][item.status] }}
({{item.progress.subcompleted+1}} out of {{item.progress.subtotal}})
{{item.progress.name}}
|
|||
|
|||||||||
{{ lang.t("No Queue Items Found") }} |