Skip to content

Commit

Permalink
Merge remote-tracking branch 'mariux/fixes'
Browse files Browse the repository at this point in the history
* mariux/fixes:
  web: Fix date_end in job view
  • Loading branch information
mariux committed Sep 24, 2015
2 parents 78b44b6 + 2db1214 commit f473c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/mxq/mxq.in
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ host_slots : $o{host_slots}
date_submit : $o{date_submit}
date_start : $o{date_start}
date_end : $o{date_start}
date_end : $o{date_end}
job_id_new : $o{job_id_new}
job_id_old : $o{job_id_old}
Expand Down

0 comments on commit f473c8c

Please sign in to comment.