|
@@ -45,7 +45,8 @@ export default Ember.Controller.extend({
|
|
|
text: `${serviceName} [${appId}]`,
|
|
|
href: `#/yarn-app/${appId}/components?service=${serviceName}`
|
|
|
}, {
|
|
|
- text: 'Components'
|
|
|
+ text: 'Components',
|
|
|
+ href: `#/yarn-app/${appId}/components?service=${serviceName}`
|
|
|
}, {
|
|
|
text: `${componentName}`,
|
|
|
href: `#/yarn-component-instances/${componentName}/components?service=${serviceName}&&appid=${appId}`
|