juzhiyuan commented on a change in pull request #1089:
URL: https://github.com/apache/apisix-dashboard/pull/1089#discussion_r547109401



##########
File path: web/src/helpers.tsx
##########
@@ -51,6 +51,11 @@ export const getMenuData = (): MenuDataItem[] => {
       path: '/consumer/list',
       icon: <IconFont name="iconconsumer" />,
     },
+    {
+      name: 'service',
+      path: '/service/list',
+      icon: <IconFont name="iconconsumer" />,

Review comment:
       fine, if there doesn't have a more proper icon, we could use it. I will 
file a new PR to do this.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to