{{ lang.t("This section will list all your queued jobs including restore, download, backup jobs.")}}
{{ lang.t("You can change concurrent queued tasks in the") }} {{ lang.t("Performance Settings") }}
{{ lang.t("Type") }} | {{ lang.t("Information") }} | {{ lang.t("Created") }} | {{ lang.t("Owner") }} | {{ lang.t("Execution Time") }} | {{ lang.t("Status") }} | ||||
---|---|---|---|---|---|---|---|---|---|
{{ const.QUEUE_ITEM_TYPE_NAMES[group.type] }} |
{{key.replace("_", ' ')|capitalize}}: {{value}}
|
{{ lang.d(group.created, 'shorttime') }} | {{ group.owner_name ? group.owner_name : '-' }} |
{{ lang.t('Total Time') }}: {{ group.execution_time | executionTime }}
{{ lang.t('Actual Time') }}: {{ group.actual_time | executionTime }}
|
{{ const.QUEUE_STATUS_NAMES[group.status] }}
{{ const.QUEUE_STATUS_SUB_NAMES[group.type][group.status] }}
({{group.progress.subcompleted+1}} out of {{group.progress.subtotal}})
{{group.progress.name}}
{{ lang.t("Status changed at %s", lang.d(group.status_time, 'shorttime')) }}
{{lang.t("Retry Failed Items")}}
|
||||
|
|||||||||
{{ lang.t("No Queue Items Found") }} |