* expedite tag color added

This commit is contained in:
Dávid Danyi 2017-09-05 13:31:08 +02:00
parent 990dbfa565
commit c61d1c8f13

View File

@ -7,12 +7,13 @@ const DEFAULT_AVATAR = '/assets/riddler.png';
const JIRA_BOARD_BASE_HREF = 'https://jirapducc.mo.ca.am.ericsson.se/browse/'; const JIRA_BOARD_BASE_HREF = 'https://jirapducc.mo.ca.am.ericsson.se/browse/';
const labelColors = { const labelColors = {
TSP: 'teal', TSP: 'teal',
MTAS: 'orange', MTAS: 'orange',
INTERNAL: 'yellow', INTERNAL: 'yellow',
TEAM: 'yellow', TEAM: 'yellow',
BLOCKED: 'red', BLOCKED: 'red',
SPIKE: 'purple', SPIKE: 'purple',
EXPEDITE: 'pink',
}; };
@Component({ @Component({