idbeta opened a new issue #717:
URL: https://github.com/apache/apisix-dashboard/issues/717


   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirements
   - [ ] Feature or performance improvement
   - [ ] Other
   
   The route created by admin API is missing fields in the dashboard display.
   This is an example provided by APISIX
   ```$ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
    "uri": "/",
    "plugins": {
        "jwt-auth": {}
    },
    "upstream": {
        "type": "roundrobin",
        "nodes": {
            "139.217.190.60:80": 1
        }
    }
   }'```
   
   after create the route, the dashboard display like that:
   
![image](https://user-images.githubusercontent.com/7396835/98433389-a44b1500-2101-11eb-82ab-6c53a15ffc04.png)
    I think there should be default values of Name, Path, UpdateAt when the 
route was created like that.
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to