mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-17 20:07:30 +08:00
autonomy M2 phase2: add idle budget/block stats and source/status filters in task queue UI
This commit is contained in:
@@ -21,6 +21,8 @@ const resources = {
|
||||
mediaSources: 'Media Sources',
|
||||
lastPauseReason: 'Last Pause Reason',
|
||||
lastPauseAt: 'Last Pause Time',
|
||||
allSources: 'All Sources',
|
||||
allStatus: 'All Status',
|
||||
error: 'Error',
|
||||
noTaskAudit: 'No task audit records',
|
||||
selectTask: 'Select a task from the left list',
|
||||
@@ -176,6 +178,8 @@ const resources = {
|
||||
mediaSources: '媒体来源',
|
||||
lastPauseReason: '最近暂停原因',
|
||||
lastPauseAt: '最近暂停时间',
|
||||
allSources: '全部来源',
|
||||
allStatus: '全部状态',
|
||||
error: '错误',
|
||||
noTaskAudit: '暂无任务审计记录',
|
||||
selectTask: '请从左侧选择任务',
|
||||
|
||||
Reference in New Issue
Block a user