You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2016/12/07 21:18:23 UTC

[38/41] ambari git commit: AMBARI-18668: Workflow Designer View: Tooltip for Edit button shows Back (sangeetar)

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/d56576d7
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d56576d7
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d56576d7

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: d56576d78a3e83f7ee5550e81531d4b13d8fceeb
Parents: 99afb8b
Author: Sangeeta Ravindran <sa...@apache.org>
Authored: Wed Dec 7 10:28:27 2016 -0800
Committer: Sangeeta Ravindran <sa...@apache.org>
Committed: Wed Dec 7 10:28:27 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/d56576d7/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}}