From d39e6c4c4391c1a3cd96f791b47d66b043da7f51 Mon Sep 17 00:00:00 2001 From: Tim Becker Date: Wed, 24 Mar 2021 23:26:14 +0100 Subject: Add label menu to bug detail page Also support label color in label filter menu on bug list page --- webui/src/pages/list/ListLabels.graphql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webui/src/pages/list/ListLabels.graphql') diff --git a/webui/src/pages/list/ListLabels.graphql b/webui/src/pages/list/ListLabels.graphql index dcb44b67..8b2f561a 100644 --- a/webui/src/pages/list/ListLabels.graphql +++ b/webui/src/pages/list/ListLabels.graphql @@ -2,7 +2,8 @@ query ListLabels { repository { validLabels { nodes { - name + name, + color{R,G,B} } } } -- cgit