liuxiran commented on a change in pull request #1276:
URL: https://github.com/apache/apisix-dashboard/pull/1276#discussion_r556206373
##########
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:
since we have filtered the `redirect` plugin, do we have plan to filter
the `proxy-rewite` or some other plugins which are frequently used in the
future? @LiteSun @juzhiyuan
----------------------------------------------------------------
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]