wu-sheng commented on code in PR #122:
URL:
https://github.com/apache/skywalking-query-protocol/pull/122#discussion_r1241611590
##########
ui-configuration.graphqls:
##########
@@ -23,11 +23,27 @@ type DashboardConfiguration {
configuration: String!
}
+type MenuItem {
+ # Display name
+ name: String!
+ # Showing icon name
+ icon: String
+ # Link path
+ path: String!
+ # Activated menu should be listed on the menu,
+ # otherwise, it should stay in marketplace.
+ activate: Boolean!
Review Comment:
@Fine0830 The new menu style should include a marketplace on the first,
which should be able to expand, or a new page as the marketplace.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]