Skip to content

Commit 1874f07

Browse files
committed
We display aborted judging runs
We don't store the result for the statistics (there we only pick valid judgings) but do display judgings which can be aborted. This adds a color for it.
1 parent af00d7e commit 1874f07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/templates/jury/analysis/team.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ set colors = {
9191
'no-output': 'purple',
9292
'frozen': 'blue',
9393
'output-limit': 'black',
94+
'aborted': 'maroon',
9495
}
9596
%}
9697
$(function(){

0 commit comments

Comments
 (0)