(cherry picked from commit 796b2b0ee36e8e9225fb76ae35edc58ad907b737)
@@ -18,7 +18,7 @@
export default {
getApplicationLink: function(applicationId) {
- return "#/yarn-app/" + applicationId;
+ return "#/yarn-app/" + applicationId + '/attempts';
},
getQueueLink: function(queueName) {