YARN-8266. [UI2] Clicking on application from cluster view should redirect to application attempt page. Contributed by Yesha Vora.
(cherry picked from commit 796b2b0ee3
)
This commit is contained in:
parent
8d3598525d
commit
d0452370cc
|
@ -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