mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
fix workflow total jobs header to total nodes
This commit is contained in:
parent
ed40ba6267
commit
38dc0b8e90
@ -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}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user