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


   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirements
   - [ ] Feature or performance improvement
   - [ ] Other
   __
   ### Bug
   - Which version of Apache APISIX Dashboard, OS, and Browser?
   APISIX master + dashabord 2.0 rc3
   
   1. create a route with adminAPI
   ```
   curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: 
edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
    {
        "name":"test_route",
        "methods":["GET","POST"],
        "uri": "/name",
        "upstream": {
            "type": "roundrobin",
            "nodes": {
                "127.0.0.1:9797": 1
            }
        }
   }'
   ```
   2."upstream" cannot be displayed and modified by the dashboard
   ```
   
![image](https://user-images.githubusercontent.com/7396835/98792039-dbdaf980-2440-11eb-81f4-ab868164f5a8.png)
   ```
   


----------------------------------------------------------------
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