YARN-8266. [UI2] Clicking on application from cluster view should redirect to application attempt page. Contributed by Yesha Vora.
This commit is contained in:
parent
2d00a0c71b
commit
796b2b0ee3
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
getApplicationLink: function(applicationId) {
|
getApplicationLink: function(applicationId) {
|
||||||
return "#/yarn-app/" + applicationId;
|
return "#/yarn-app/" + applicationId + '/attempts';
|
||||||
},
|
},
|
||||||
|
|
||||||
getQueueLink: function(queueName) {
|
getQueueLink: function(queueName) {
|
||||||
|
Loading…
Reference in New Issue
Block a user