1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #2528 from Haokun-Chen/2248

update workflowMaker title text to be preceded by  "Workflow Visualizer"
This commit is contained in:
Haokun Chen 2018-07-16 12:21:22 -04:00 committed by GitHub
commit aa43610250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -119,7 +119,8 @@ function TemplatesStrings (BaseString) {
EDGE_CONFLICT: t.s('EDGE CONFLICT'),
DELETED: t.s('DELETED'),
START: t.s('START'),
DETAILS: t.s('DETAILS')
DETAILS: t.s('DETAILS'),
TITLE: t.s('WORKFLOW VISUALIZER')
}
}

View File

@ -25,7 +25,7 @@
</div>
<div class="WorkflowMaker-header">
<div class="WorkflowMaker-title">
<div class="WorkflowMaker-titleText">{{ workflowJobTemplateObj.name }}</div>
<div class="WorkflowMaker-titleText">{{strings.get('workflow_maker.TITLE')}} | {{ workflowJobTemplateObj.name }}</div>
</div>
<div class="WorkflowMaker-exitHolder">
<button class="WorkflowMaker-exit" ng-click="closeWorkflowMaker()">