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

Merge pull request #4344 from mabashian/4130-workflow-graph-badge-text

Change TOTAL JOBS to TOTAL TEMPLATES in the workflow maker
This commit is contained in:
Michael Abashian 2016-12-08 16:15:13 -05:00 committed by GitHub
commit 7be0979b60
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;
position: relative;

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>
<i ng-class="{'WorkflowMaker-manualControlsIcon--active': showManualControls}" class="fa fa-cog WorkflowMaker-manualControlsIcon" aria-hidden="true" alt="Controls" ng-click="toggleManualControls()"></i>
<div ng-show="showManualControls" class="WorkflowMaker-manualControls noselect">