1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Change TOTAL JOBS to TOTAL TEMPLATES in the workflow maker

This commit is contained in:
Michael Abashian 2016-12-08 12:06:16 -05:00
parent 949ccd41b2
commit 0fbd6dde1e
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@
padding-left: 20px;
}
.WorkflowLegend-maker--right {
flex: 0 0 170px;
flex: 0 0 182px;
text-align: right;
padding-right: 20px;
}

View File

@ -56,7 +56,7 @@
</div>
</div>
<div class="WorkflowLegend-maker--right">
<span class="WorkflowMaker-totalJobs">TOTAL JOBS</span>
<span class="WorkflowMaker-totalJobs">TOTAL TEMPLATES</span>
<span class="badge List-titleBadge" ng-bind="treeData.data.totalNodes"></span>
</div>
</div>