LiteSun commented on a change in pull request #1276:
URL: https://github.com/apache/apisix-dashboard/pull/1276#discussion_r556247681



##########
File path: web/src/components/Plugin/data.tsx
##########
@@ -26,3 +26,8 @@ export const PLUGIN_ICON_LIST: Record<string, any> = {
   'openid-connect': <IconFont name="iconicons8-openid" />,
   'kafka-logger': <IconFont name="iconApache_kafka" />,
 };
+
+export const PLUGIN_FILTER_LIST: Record<string, { list: 
PluginComponent.ReferPage[] }> =

Review comment:
       Currently, the redirect plugin is extracted from the route page step3 
into step1, so it needs to be filtered out in step3.
   
   It may be necessary to create an issue to discuss whether other common 
plugins need to be filtered out.




----------------------------------------------------------------
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:
[email protected]


Reply via email to