You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by xy...@apache.org on 2018/05/09 17:40:49 UTC

[11/26] hadoop git commit: YARN-8251. [UI2] Clicking on Application link at the header goes to Diagnostics Tab instead of AppAttempt Tab. Contributed by Yesha Vora.

YARN-8251. [UI2] Clicking on Application link at the header goes to Diagnostics Tab instead of AppAttempt Tab. Contributed by Yesha Vora.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/2916c905
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2916c905
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2916c905

Branch: refs/heads/HDDS-4
Commit: 2916c90500643f82aabcedd74b349938d8c86518
Parents: 9832265
Author: Sunil G <su...@apache.org>
Authored: Tue May 8 11:37:03 2018 +0530
Committer: Sunil G <su...@apache.org>
Committed: Tue May 8 11:37:03 2018 +0530

----------------------------------------------------------------------
 .../src/main/webapp/app/controllers/yarn-app-attempt.js            | 2 +-
 .../hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app.js     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/2916c905/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app-attempt.js
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app-attempt.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app-attempt.js
index 116920d..08f099b 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app-attempt.js
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app-attempt.js
@@ -41,7 +41,7 @@ export default Ember.Controller.extend({
       routeName: 'yarn-apps.apps'
     }, {
       text: `App [${appId}]`,
-      href: `#/yarn-app/${appId}/info`
+      href: `#/yarn-app/${appId}/attempts`
     }, {
       text: "Attempts",
       href: `#/yarn-app/${appId}/attempts`

http://git-wip-us.apache.org/repos/asf/hadoop/blob/2916c905/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app.js
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app.js
index 45201a1..a4f220a 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app.js
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app.js
@@ -137,7 +137,7 @@ export default Ember.Controller.extend({
         routeName: 'yarn-apps.apps'
       }, {
         text: `App [${appId}]`,
-        href: `#/yarn-app/${appId}/info`
+        href: `#/yarn-app/${appId}/attempts`
       });
     }
     if (tailCrumbs) {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org