You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/10/13 03:00:02 UTC

[apisix-dashboard] branch fe-refactor updated (02c87d5 -> f42a3ac)

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a change to branch fe-refactor
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.


    from 02c87d5  fix(Route): check if data.plugins
     add f42a3ac  feat(Route): remove Upstream header

No new revisions were added by this update.

Summary of changes:
 src/components/Upstream/UpstreamForm.tsx           |   2 +-
 src/pages/Route/Create.tsx                         |  19 +-
 .../Route/components/CreateStep4/CreateStep4.tsx   |   9 +-
 .../components/Step2/HttpHeaderRewriteView.tsx     | 221 ---------------------
 .../Route/components/Step2/RequestRewriteView.tsx  |   1 -
 src/pages/Route/components/Step2/index.tsx         |  10 +-
 src/pages/Route/constants.ts                       |   5 +-
 src/pages/Route/transform.ts                       |  51 +----
 src/pages/Route/typing.d.ts                        |  12 --
 src/typings.d.ts                                   |   2 +-
 10 files changed, 11 insertions(+), 321 deletions(-)
 delete mode 100644 src/pages/Route/components/Step2/HttpHeaderRewriteView.tsx