Skip to content

Commit

Permalink
web: Fix typo when (not) displaying max_sumrss
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Oct 27, 2015
1 parent 9e7d2e0 commit 24fe8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/pages/mxq/mxq.in
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ group_mtime : $o{group_mtime}
group_date_end : $o{group_date_end}
stats_max_sumrss : $o{stats_max_maxrss} kiB
stats_max_sumrss : $o{stats_max_sumrss} kiB
stats_max_maxrss : $o{stats_max_maxrss}
stats_max_utime_sec : $o{stats_max_utime_sec}
stats_max_stime_sec : $o{stats_max_stime_sec}
Expand Down Expand Up @@ -365,7 +365,7 @@ job_id_new : $o{job_id_new}
job_id_old : $o{job_id_old}
job_id_first : $o{job_id_first}
stats_max_sumrss : $o{stats_max_maxrss} kiB
stats_max_sumrss : $o{stats_max_sumrss} kiB
stats_status : $o{stats_status}
Expand Down

0 comments on commit 24fe8a3

Please sign in to comment.