From c61d1c8f139c102911bcfdd5c761147e244152d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Danyi?= Date: Tue, 5 Sep 2017 13:31:08 +0200 Subject: [PATCH] * expedite tag color added --- .../kanban-entry-item.component.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts b/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts index 78a57e0..0e87fde 100644 --- a/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts +++ b/src/app/kanban/kanban-entry-item/kanban-entry-item.component.ts @@ -7,12 +7,13 @@ const DEFAULT_AVATAR = '/assets/riddler.png'; const JIRA_BOARD_BASE_HREF = 'https://jirapducc.mo.ca.am.ericsson.se/browse/'; const labelColors = { - TSP: 'teal', - MTAS: 'orange', - INTERNAL: 'yellow', - TEAM: 'yellow', - BLOCKED: 'red', - SPIKE: 'purple', + TSP: 'teal', + MTAS: 'orange', + INTERNAL: 'yellow', + TEAM: 'yellow', + BLOCKED: 'red', + SPIKE: 'purple', + EXPEDITE: 'pink', }; @Component({