juzhiyuan commented on issue #850:
URL: 
https://github.com/apache/apisix-dashboard/issues/850#issuecomment-732010534


   After discussion with @tokers @starsz, here is the latest sketch for the 
info page.
   
   
![image](https://user-images.githubusercontent.com/2106987/99941383-e7b3ad80-2da8-11eb-812d-145e381f29c2.png)
   
   - supports showing apisix nodes' status by using selector.
   
   ## JSON for target apisix's node
   
   ```json
   {
       "data":[
           {
               "category":"system",
               "version":"2.0"
           },
           {
               "category":"system",
               "apisix_id":"2.1"
           },
           {
               "category":"categoryA",
               "key":"value1"
           },
           {
               "category":"categoryA",
               "key":"value2"
           },
           {
               "category":"categoryB",
               "key":"value1"
           },
           {
               "category":"categoryB",
               "key":{
                   "customKey1":"customValue1"
               }
           }
       ]
   }
   ```


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to