This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from b718ccd fix: update menu sidebar (#2051)
add 725accf feat(Route): support uri/host/remote_addr (#2046)
No new revisions were added by this update.
Summary of changes:
.../consumer/create_and_delete_consumer.spec.js | 2 +-
.../create-edit-duplicate-delete-route.spec.js | 4 +
.../route/create-route-both-use-uri-uris.spec.js | 193 +++++++++++++++++++++
web/src/components/Plugin/UI/limit-conn.tsx | 14 +-
web/src/components/Plugin/UI/plugin.tsx | 2 +-
web/src/pages/Route/transform.ts | 24 ++-
web/src/pages/Route/typing.d.ts | 5 +-
7 files changed, 233 insertions(+), 11 deletions(-)
create mode 100644
web/cypress/integration/route/create-route-both-use-uri-uris.spec.js