* expedite tag color added
This commit is contained in:
parent
990dbfa565
commit
c61d1c8f13
@ -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({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user