Skip to content

Commit 890a7bc

Browse files
authored
Update UI menu query fields (#188)
1 parent faa4794 commit 890a7bc

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

assets/graphqls/menu/GetItems.graphql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
query {
1919
result: getMenuItems {
20-
name
20+
title
2121
icon
22-
path
22+
layer
2323
activate
2424
subItems {
25-
name
25+
title
2626
icon
27-
path
27+
layer
2828
activate
2929
}
3030
}

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-20230627041834-548963a0d5d7 Apache-2.0
216+
skywalking.apache.org/repo/goapi v0.0.0-20230629003632-b71d159abec0 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-20230627041834-548963a0d5d7
23+
skywalking.apache.org/repo/goapi v0.0.0-20230629003632-b71d159abec0
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-20230627041834-548963a0d5d7 h1:ohL/krc7Pi032rl4zuYdzsS2R/HXcwGWY9UnW3JcvL0=
868-
skywalking.apache.org/repo/goapi v0.0.0-20230627041834-548963a0d5d7/go.mod h1:onFubXaIoY/2FTRVrLMqCTlaNq4SilAEwF/2G0IcaBw=
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=

0 commit comments

Comments
 (0)