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 01:13:15 UTC

[apisix-dashboard] branch fix-comments updated (0af84c5 -> 2a91fa4)

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

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


    from 0af84c5  chore: remove Chinese * & update plugin type
     add 2a91fa4  feat: support custom tooltip

No new revisions were added by this update.

Summary of changes:
 web/package.json                                   |  1 -
 web/src/components/PanelSection/index.tsx          | 23 ++++++++++++++++++++++
 web/src/components/Plugin/PluginPage.tsx           |  2 +-
 web/src/components/Upstream/UpstreamForm.tsx       |  2 +-
 .../Route/components/DebugViews/DebugDrawView.tsx  |  3 ++-
 .../Route/components/Step1/MatchingRulesView.tsx   |  5 +++--
 web/src/pages/Route/components/Step1/MetaView.tsx  |  2 +-
 .../pages/Route/components/Step1/ProxyRewrite.tsx  |  3 ++-
 .../Route/components/Step1/RequestConfigView.tsx   |  3 ++-
 web/src/pages/Route/locales/en-US.ts               |  1 +
 web/src/pages/Route/locales/zh-CN.ts               |  1 +
 web/yarn.lock                                      |  5 -----
 12 files changed, 37 insertions(+), 14 deletions(-)
 create mode 100644 web/src/components/PanelSection/index.tsx