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/HDDS-4 Commit: ffb9210dedb79a56075448dc296251896bed49e6 Parents: 796b2b0 Author: Sunil G <sun...@apache.org> Authored: Tue May 15 12:13:04 2018 +0530 Committer: Sunil G <sun...@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-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org