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/03/12 10:41:27 UTC

[incubator-apisix-dashboard] branch ssl-detail created (now 0c63c50)

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

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


      at 0c63c50  feat: added  edit route

This branch includes the following new commits:

     new 0c63c50  feat: added  edit route

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix-dashboard] 01/01: feat: added edit route

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch ssl-detail
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit 0c63c509d8f14900313f11b655e69ebc31bab3ba
Author: juzhiyuan <jj...@gmail.com>
AuthorDate: Thu Mar 12 18:41:00 2020 +0800

    feat: added  edit route
---
 config/config.ts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/config.ts b/config/config.ts
index 687b505..247f3f3 100644
--- a/config/config.ts
+++ b/config/config.ts
@@ -128,6 +128,12 @@ export default {
                   name: 'list',
                   component: './SSLModule/list',
                 },
+                {
+                  path: '/ssl/:key/edit',
+                  name: 'edit',
+                  component: './SSLModule/detail',
+                  hideInMenu: true,
+                },
               ],
             },
             {