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:
parent
949ccd41b2
commit
0fbd6dde1e
@ -154,7 +154,7 @@
|
||||
padding-left: 20px;
|
||||
}
|
||||
.WorkflowLegend-maker--right {
|
||||
flex: 0 0 170px;
|
||||
flex: 0 0 182px;
|
||||
text-align: right;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user