Repository: ambari Updated Branches: refs/heads/branch-2.5 c346320e8 -> 9c5d34b00
AMBARI-18668: Workflow Designer View: Tooltip for Edit button shows Back (sangeetar) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9c5d34b0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9c5d34b0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9c5d34b0 Branch: refs/heads/branch-2.5 Commit: 9c5d34b007bd233160133c3f7e38b34d35589ac6 Parents: c346320 Author: Sangeeta Ravindran <[email protected]> Authored: Wed Dec 7 10:54:54 2016 -0800 Committer: Sangeeta Ravindran <[email protected]> Committed: Wed Dec 7 10:55:06 2016 -0800 ---------------------------------------------------------------------- .../src/main/resources/ui/app/templates/components/job-details.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9c5d34b0/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-details.hbs ---------------------------------------------------------------------- diff --git a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-details.hbs b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-details.hbs index 0a04d25..f17f89e 100644 --- a/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-details.hbs +++ b/contrib/views/wfmanager/src/main/resources/ui/app/templates/components/job-details.hbs @@ -52,7 +52,7 @@ <li {{action 'getJobDag'}} role="presentation"><a href="#jobDag" aria-controls="jobDag" role="tab" data-toggle="tab">Flow Graph</a></li> <li role="presentation" class="pull-right"> {{#link-to 'design' (query-params appPath=model.appPath) class="backto-designer" }} - <button type="button" class="btn btn-success" title="Back" > + <button type="button" class="btn btn-success" title="Edit Workflow" > Edit Workflow </button> {{/link-to}}
