mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2298
This commit is contained in:
parent
f894936741
commit
97c486db13
|
@ -546,7 +546,7 @@ function host_user_link($hostid)
|
|||
|
||||
function outcome_color($s) {
|
||||
switch($s) {
|
||||
case 0: return 'eeeeee'; // unknown (server state not over probably)
|
||||
// case 0: return 'eeeeee'; // unknown (server state not over probably)
|
||||
case 1: return '33cc33'; // "Success"
|
||||
case 3: return 'ff3333'; // "Client error"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue