diff options
Diffstat (limited to 'webui/src/pages/list/ListLabels.graphql')
-rw-r--r-- | webui/src/pages/list/ListLabels.graphql | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/webui/src/pages/list/ListLabels.graphql b/webui/src/pages/list/ListLabels.graphql index 8b2f561a..35f25e25 100644 --- a/webui/src/pages/list/ListLabels.graphql +++ b/webui/src/pages/list/ListLabels.graphql @@ -1,10 +1,14 @@ query ListLabels { - repository { - validLabels { - nodes { - name, - color{R,G,B} - } + repository { + validLabels { + nodes { + name + color { + R + G + B } + } } + } } |