@@ -81,6 +81,18 @@ export class Assignment
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the text color of the problem
|
||||||
|
*/
|
||||||
|
get problemColor()
|
||||||
|
{
|
||||||
|
switch (this.complete)
|
||||||
|
{
|
||||||
|
case 'Late': return '#ff0036';
|
||||||
|
case 'NREQ': return '#41b141';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add callback
|
* Add callback
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user