This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from fb75809 feat: added cors plugin form (#1733)
add a97c813 feat: add referer-restriction plugin form (#1727)
No new revisions were added by this update.
Summary of changes:
...> create-with-referer-restriction-form.spec.js} | 23 ++--
...te-route-with-referer-restriction-form.spec.js} | 22 ++--
web/src/components/Plugin/UI/plugin.tsx | 5 +-
.../components/Plugin/UI/referer-restriction.tsx | 126 +++++++++++++++++++++
web/src/components/Plugin/locales/en-US.ts | 5 +
web/src/components/Plugin/locales/zh-CN.ts | 4 +
6 files changed, 159 insertions(+), 26 deletions(-)
copy
web/cypress/integration/consumer/{create-consumer-with-api-breaker-plugin-form.spec.js
=> create-with-referer-restriction-form.spec.js} (80%)
copy
web/cypress/integration/route/{create-route-with-proxy-mirror-form.spec.js =>
create-route-with-referer-restriction-form.spec.js} (83%)
create mode 100644 web/src/components/Plugin/UI/referer-restriction.tsx