You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jc...@apache.org on 2015/08/26 16:30:47 UTC

aurora git commit: Add a link to the instance page from instance events on the update page.

Repository: aurora
Updated Branches:
  refs/heads/master 96a086c66 -> d901347cf


Add a link to the instance page from instance events on the update page.

Bugs closed: AURORA-1331

Reviewed at https://reviews.apache.org/r/37761/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/d901347c
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/d901347c
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/d901347c

Branch: refs/heads/master
Commit: d901347cfbf783f53013e0c693deb8356cbc4b2b
Parents: 96a086c
Author: Joshua Cohen <jc...@apache.org>
Authored: Wed Aug 26 09:30:36 2015 -0500
Committer: Joshua Cohen <jc...@apache.org>
Committed: Wed Aug 26 09:30:36 2015 -0500

----------------------------------------------------------------------
 src/main/resources/scheduler/assets/update.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/d901347c/src/main/resources/scheduler/assets/update.html
----------------------------------------------------------------------
diff --git a/src/main/resources/scheduler/assets/update.html b/src/main/resources/scheduler/assets/update.html
index 3750aab..c886709 100644
--- a/src/main/resources/scheduler/assets/update.html
+++ b/src/main/resources/scheduler/assets/update.html
@@ -116,7 +116,7 @@
             </thead>
             <tbody>
               <tr ng-repeat="e in instanceEvents">
-                <td>{{e.instanceId}}</td>
+                <td><a href="/scheduler/{{role}}/{{environment}}/{{job}}/{{e.instanceId}}">{{e.instanceId}}</a></td>
                 <td>{{e.action | toNiceAction}}</td>
                 <td><span tooltip="{{e.timestampMs | toUtcTime}}">{{e.timestampMs | toElapsedTime}} ago</span></td>
               </tr>