From 511ef0105cbc6a08298cd63320283bf41090d4e3 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Thu, 16 May 2019 20:46:30 +0200 Subject: Webui: use grahql response to create labels colors --- webui/src/bug/Bug.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'webui/src/bug/Bug.js') diff --git a/webui/src/bug/Bug.js b/webui/src/bug/Bug.js index 829a4af2..3e003567 100644 --- a/webui/src/bug/Bug.js +++ b/webui/src/bug/Bug.js @@ -74,7 +74,7 @@ function Bug({ bug }) { @@ -90,7 +90,14 @@ Bug.fragment = gql` humanId status title - labels + labels { + name + color { + R + G + B + } + } createdAt author { email -- cgit