Skip to content

Commit 77204f5

Browse files
authored
Update UI menu query fields (#190)
1 parent 890a7bc commit 77204f5

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

assets/graphqls/menu/GetItems.graphql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ query {
2121
icon
2222
layer
2323
activate
24+
description
25+
documentLink
2426
subItems {
2527
title
2628
icon
2729
layer
2830
activate
31+
description
32+
documentLink
2933
}
3034
}
3135
}

dist/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The text of each license is also included at licenses/license-[project].txt.
213213
k8s.io/utils v0.0.0-20210802155522-efc7438f0176 Apache-2.0
214214
sigs.k8s.io/controller-runtime v0.10.0 Apache-2.0
215215
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 Apache-2.0
216-
skywalking.apache.org/repo/goapi v0.0.0-20230629003632-b71d159abec0 Apache-2.0
216+
skywalking.apache.org/repo/goapi v0.0.0-20230710130615-14cf1582ae32 Apache-2.0
217217

218218
========================================================================
219219
BSD-2-Clause licenses

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
gopkg.in/yaml.v2 v2.4.0
2121
k8s.io/apimachinery v0.22.1
2222
sigs.k8s.io/controller-runtime v0.10.0
23-
skywalking.apache.org/repo/goapi v0.0.0-20230629003632-b71d159abec0
23+
skywalking.apache.org/repo/goapi v0.0.0-20230710130615-14cf1582ae32
2424
)
2525

2626
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,5 +864,5 @@ sigs.k8s.io/structured-merge-diff/v4 v4.1.2 h1:Hr/htKFmJEbtMgS/UD0N+gtgctAqz81t3
864864
sigs.k8s.io/structured-merge-diff/v4 v4.1.2/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4=
865865
sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=
866866
sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc=
867-
skywalking.apache.org/repo/goapi v0.0.0-20230629003632-b71d159abec0 h1:wDHDIMNaoG7dLb7I3V5oggioOm0g41QrAFYkJjzuPgY=
868-
skywalking.apache.org/repo/goapi v0.0.0-20230629003632-b71d159abec0/go.mod h1:onFubXaIoY/2FTRVrLMqCTlaNq4SilAEwF/2G0IcaBw=
867+
skywalking.apache.org/repo/goapi v0.0.0-20230710130615-14cf1582ae32 h1:j9drG4+Vo8fQhWQ7fAqLYfr/afNe8gZ9Zf8IJUVLL7k=
868+
skywalking.apache.org/repo/goapi v0.0.0-20230710130615-14cf1582ae32/go.mod h1:onFubXaIoY/2FTRVrLMqCTlaNq4SilAEwF/2G0IcaBw=

0 commit comments

Comments
 (0)