YARN-8166. [UI2] Service page header links are broken. Contributed by Yesha Vora.
This commit is contained in:
parent
796b2b0ee3
commit
ffb9210ded
|
@ -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}`
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue