Selaa lähdekoodia

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

(cherry picked from commit ffb9210dedb79a56075448dc296251896bed49e6)
Sunil G 7 vuotta sitten
vanhempi
commit
d997959560

+ 1 - 1
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}`
       });