Skip to content

Commit

Permalink
web: Show date_end instead of mtime in finished groups view
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 11, 2015
1 parent 7f76d80 commit 0949516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/pages/mxq/mxq
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ sub group_table {
group_id
group_name
user_name
group_mtime
group_date_emd
group_status
group_jobs
group_jobs_finished
Expand All @@ -462,7 +462,7 @@ sub group_table {
group_id
group_name
user_name
group_mtime
date_end
group_status
jobs
finished
Expand Down

0 comments on commit 0949516

Please sign in to comment.