add some stats to jobsets in project view

This commit is contained in:
Rob Vermaas
2010-03-19 08:36:31 +00:00
parent e2be1adc22
commit 5d0bf48aa0
3 changed files with 33 additions and 1 deletions

View File

@ -199,3 +199,12 @@ form.inline {
display: inline;
}
.red {
color: red;
}
.orange {
color: orange;
}
.green {
color: green;
}