mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
fix workflow total jobs header to total nodes
This commit is contained in:
@@ -78,7 +78,7 @@ export default ['workflowData', 'workflowResultsService', 'workflowDataOptions',
|
||||
SHOW_MORE: i18n._('Show More'),
|
||||
},
|
||||
results: {
|
||||
TOTAL_JOBS: i18n._('Total Jobs'),
|
||||
TOTAL_NODES: i18n._('Total Nodes'),
|
||||
ELAPSED: i18n._('Elapsed'),
|
||||
},
|
||||
legend: {
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
<div class="WorkflowResults-badgeRow">
|
||||
<!-- PLAYS COUNT -->
|
||||
<div class="WorkflowResults-badgeTitle">
|
||||
{{ strings.results.TOTAL_JOBS }}
|
||||
{{ strings.results.TOTAL_NODES }}
|
||||
</div>
|
||||
<span class="badge List-titleBadge">
|
||||
{{ workflow_nodes.length || 0}}
|
||||
|
||||
Reference in New Issue
Block a user