Repository: aurora Updated Branches: refs/heads/master da18d14ab -> e91013fde
Wrong label on table heading for in progress updates Simple change of the column heading from ended to last modified. Bugs closed: AURORA-1241 Reviewed at https://reviews.apache.org/r/36818/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/e91013fd Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/e91013fd Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/e91013fd Branch: refs/heads/master Commit: e91013fdef82ea557dd12f2236d86b6994462f98 Parents: da18d14 Author: Thorhallur Sverrisson <[email protected]> Authored: Sun Jul 26 19:26:39 2015 -0500 Committer: Joshua Cohen <[email protected]> Committed: Sun Jul 26 19:26:39 2015 -0500 ---------------------------------------------------------------------- src/main/resources/scheduler/assets/job.html | 2 +- src/main/resources/scheduler/assets/latestUpdates.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/e91013fd/src/main/resources/scheduler/assets/job.html ---------------------------------------------------------------------- diff --git a/src/main/resources/scheduler/assets/job.html b/src/main/resources/scheduler/assets/job.html index 0c8fd54..942635a 100644 --- a/src/main/resources/scheduler/assets/job.html +++ b/src/main/resources/scheduler/assets/job.html @@ -141,7 +141,7 @@ <th>id</th> <th>status</th> <th>started</th> - <th>ended</th> + <th>last modified</th> <th>user</th> </tr> <tr ng-repeat="update in updates"> http://git-wip-us.apache.org/repos/asf/aurora/blob/e91013fd/src/main/resources/scheduler/assets/latestUpdates.html ---------------------------------------------------------------------- diff --git a/src/main/resources/scheduler/assets/latestUpdates.html b/src/main/resources/scheduler/assets/latestUpdates.html index bcdb70f..54bcded 100644 --- a/src/main/resources/scheduler/assets/latestUpdates.html +++ b/src/main/resources/scheduler/assets/latestUpdates.html @@ -21,7 +21,7 @@ <th>job</th> <th>user</th> <th>started</th> - <th>ended</th> + <th>last modified</th> <th>status</th> </tr> <tr ng-repeat="update in updates"> @@ -43,4 +43,4 @@ {{update.state.status | toNiceStatus}} </td> </tr> -</table> \ No newline at end of file +</table>
