Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
web: show expaneded group info after job details
  • Loading branch information
donald committed Nov 9, 2016
1 parent 772b0bc commit 27c1bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/pages/mxq/mxq.in
Expand Up @@ -563,8 +563,8 @@ stats_nivcsw : $o{stats_nivcsw}
</pre>
EOF

$out.=group_details($o{group_id});

$out .= "<h2>group details</h2>";
$out.=group_details_raw_by_group_id($o{group_id});
return $out;
}

Expand Down

0 comments on commit 27c1bbb

Please sign in to comment.