diff --git a/monitor/static/index.js b/monitor/static/index.js index a8ef7b5..f564f03 100644 --- a/monitor/static/index.js +++ b/monitor/static/index.js @@ -145,10 +145,10 @@ function renderTasks(data) { typeHeader.innerHTML = ` ${taskType}
+ ${errorCount > 0 ? ` ${errorCount} error` : ''} ${tasks.length} total ${runningCount} active ${completedCount} completed - ${errorCount > 0 ? ` ${errorCount} error` : ''}
`; typeSection.appendChild(typeHeader);