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 su...@apache.org on 2018/05/15 06:43:13 UTC

hadoop git commit: YARN-8166. [UI2] Service page header links are broken. Contributed by Yesha Vora.

Repository: hadoop
Updated Branches:
  refs/heads/trunk 796b2b0ee -> ffb9210de


YARN-8166. [UI2] Service page header links are broken. 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/ffb9210d
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ffb9210d
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ffb9210d

Branch: refs/heads/trunk
Commit: ffb9210dedb79a56075448dc296251896bed49e6
Parents: 796b2b0
Author: Sunil G <su...@apache.org>
Authored: Tue May 15 12:13:04 2018 +0530
Committer: Sunil G <su...@apache.org>
Committed: Tue May 15 12:13:04 2018 +0530

----------------------------------------------------------------------
 .../src/main/webapp/app/controllers/yarn-component-instance.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/ffb9210d/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-component-instance.js
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-component-instance.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-component-instance.js
index 8d28c22..61ebae1 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-component-instance.js
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-component-instance.js
@@ -48,7 +48,7 @@ export default Ember.Controller.extend({
         text: 'Components'
       }, {
         text: `${componentName}`,
-        href: `#/yarn-component-instances/${componentName}/components?service=${serviceName}&&appid=${appId}`
+        href: `#/yarn-component-instances/${componentName}/info?service=${serviceName}&&appid=${appId}`
       }, {
         text: `${instanceName}`
       });


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