fix workflow total jobs header to total nodes

This commit is contained in:
John Mitchell 2018-11-21 13:50:18 -05:00 committed by mabashian
parent ed40ba6267
commit 38dc0b8e90
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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}}