YARN-8251. [UI2] Clicking on Application link at the header goes to Diagnostics Tab instead of AppAttempt Tab. Contributed by Yesha Vora.

This commit is contained in:
Sunil G 2018-05-08 11:37:03 +05:30
parent 9832265e1d
commit 2916c90500
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ export default Ember.Controller.extend({
routeName: 'yarn-apps.apps'
}, {
text: `App [${appId}]`,
href: `#/yarn-app/${appId}/info`
href: `#/yarn-app/${appId}/attempts`
}, {
text: "Attempts",
href: `#/yarn-app/${appId}/attempts`

View File

@ -137,7 +137,7 @@ export default Ember.Controller.extend({
routeName: 'yarn-apps.apps'
}, {
text: `App [${appId}]`,
href: `#/yarn-app/${appId}/info`
href: `#/yarn-app/${appId}/attempts`
});
}
if (tailCrumbs) {