TEZ-3843. Tez UI Vertex/Tasks log links for running tasks are missing (jeagles)
diff --git a/tez-ui/src/main/webapp/app/serializers/task.js b/tez-ui/src/main/webapp/app/serializers/task.js
index 991f67e..65b8c9f 100644
--- a/tez-ui/src/main/webapp/app/serializers/task.js
+++ b/tez-ui/src/main/webapp/app/serializers/task.js
@@ -26,6 +26,6 @@
     failedTaskAttempts: 'otherinfo.numFailedTaskAttempts',
 
     successfulAttemptID: 'otherinfo.successfulAttemptId',
-    attemptIDs: 'otherinfo.relatedentities.TEZ_TASK_ATTEMPT_ID',
+    attemptIDs: 'relatedentities.TEZ_TASK_ATTEMPT_ID',
   }
 });