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 2021/04/18 12:51:01 UTC

[apisix-dashboard] branch master updated (c9d2bd3 -> c35203a)

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 c9d2bd3  feat: improve the config plugin button enable disable status (#1610)
     add c35203a  chore: keep using English as comments & update plugin type (#1785)

No new revisions were added by this update.

Summary of changes:
 web/package.json                                   |  1 -
 .../Step2 => components/PanelSection}/index.tsx    | 30 +++++++++++++---------
 web/src/components/Plugin/PluginPage.tsx           |  2 +-
 web/src/components/Plugin/data.tsx                 | 17 ++++++------
 web/src/components/Plugin/locales/en-US.ts         |  1 -
 web/src/components/Plugin/locales/zh-CN.ts         |  1 -
 web/src/components/RightContent/AvatarDropdown.tsx |  3 ---
 web/src/components/Upstream/UpstreamForm.tsx       |  4 +--
 web/src/components/Upstream/components/TLS.tsx     |  4 +--
 .../Upstream/components/passive-check/Type.tsx     |  4 +--
 web/src/components/Upstream/locales/en-US.ts       |  2 ++
 web/src/components/Upstream/locales/zh-CN.ts       |  2 ++
 web/src/global.less                                |  1 -
 web/src/helpers.tsx                                |  3 ---
 .../Route/components/DebugViews/DebugDrawView.tsx  |  3 ++-
 .../Route/components/Step1/MatchingRulesView.tsx   | 24 ++++++++++++-----
 web/src/pages/Route/components/Step1/MetaView.tsx  |  8 +++---
 .../pages/Route/components/Step1/ProxyRewrite.tsx  |  3 ++-
 .../Route/components/Step1/RequestConfigView.tsx   |  3 ++-
 web/src/pages/Route/locales/en-US.ts               |  7 +++++
 web/src/pages/Route/locales/zh-CN.ts               |  7 +++++
 web/src/pages/Route/transform.ts                   | 10 +++++---
 web/src/pages/Route/typing.d.ts                    |  4 +--
 web/src/pages/Upstream/Create.tsx                  |  3 +--
 web/src/pages/Upstream/locales/en-US.ts            |  4 ++-
 web/src/pages/Upstream/locales/zh-CN.ts            |  4 ++-
 web/src/typings.d.ts                               |  1 -
 web/yarn.lock                                      |  5 ----
 28 files changed, 94 insertions(+), 67 deletions(-)
 copy web/src/{pages/SSL/components/Step2 => components/PanelSection}/index.tsx (59%)