update workflowMaker title text to be Workflow Visualizer|workflowName

This commit is contained in:
Haokun-Chen 2018-07-13 14:29:00 -04:00
parent 62967b2806
commit 7ed89c63f9
No known key found for this signature in database
GPG Key ID: B2AA94BEF6591515
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()">