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/09/15 01:43:35 UTC

[apisix-dashboard] branch master updated (09c5be9 -> 13b5f0c)

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 09c5be9  feat: add publish status to route in manager api (#450)
     add 13b5f0c  feat(route): add publish and offline to route (#451)

No new revisions were added by this update.

Summary of changes:
 src/pages/Route/Create.less                   |  5 ++
 src/pages/Route/Create.tsx                    |  7 +-
 src/pages/Route/List.tsx                      | 99 ++++++++++++++++++++-------
 src/pages/Route/components/Step1/MetaView.tsx | 14 +++-
 src/pages/Route/components/Step1/index.tsx    |  2 +-
 src/pages/Route/constants.ts                  |  1 +
 src/pages/Route/locales/en-US.ts              | 10 +++
 src/pages/Route/locales/zh-CN.ts              |  9 +++
 src/pages/Route/service.ts                    |  2 +
 src/pages/Route/transform.ts                  |  2 +
 src/pages/Route/typing.d.ts                   |  4 ++
 11 files changed, 124 insertions(+), 31 deletions(-)