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

This commit is contained in:
Sunil G 2018-05-15 12:13:04 +05:30
parent 796b2b0ee3
commit ffb9210ded
1 changed files with 1 additions and 1 deletions

View File

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