aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListLabels.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/list/ListLabels.graphql')
-rw-r--r--webui/src/pages/list/ListLabels.graphql3
1 files changed, 2 insertions, 1 deletions
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}
}
}
}