Revert "YARN-7956. [UI2] Avoid duplicating Components link under Services/<ServiceName>/Components. Contributed by Yesha Vora."

This reverts commit a11ce19f47.
This commit is contained in:
Sunil G 2018-04-20 22:33:54 +05:30
parent a11ce19f47
commit 7fd878813b
2 changed files with 4 additions and 2 deletions

View File

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

View File

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