added orange color

This commit is contained in:
cubedro
2015-04-06 13:55:33 +03:00
parent 4b7d803533
commit 3c5bc2f239
2 changed files with 6 additions and 2 deletions

View File

@@ -248,10 +248,10 @@ function blockTimeClass(diff)
return 'text-success';
if(diff <= 20)
return 'text-info';
return 'text-warning';
if(diff <= 30)
return 'text-warning';
return 'text-orange';
return 'text-danger'
}