-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The API for fetching all plugins should return disable
property
#1227
Comments
cc @nic-chen High Priority |
Add the disable attribute to the schema of all plugins? Or should the manager api do this hack? What is your opinion? Thanks. @juzhiyuan What do you think is better? Thanks. @membphis @spacewander |
Because I see that a part of plugins have that property, and others don't have :( little curious |
@juzhiyuan |
Fix apache/apisix-dashboard#1227 Signed-off-by: spacewander <[email protected]>
@nic-chen anything we need to do for this issue? |
oh, we need to sync the schema to dashboard since the PR has been merged. |
ok, reop |
Feature request
Please describe your feature
The data from
plugins?all=true
, only part of the data contains adisable
property, so the FE has to hack codes.https://github.com/apache/apisix-dashboard/blob/master/web/src/components/Plugin/PluginDetail.tsx#L62-L74
The text was updated successfully, but these errors were encountered: