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:
parent
9832265e1d
commit
2916c90500
|
@ -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`
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue