batman-ezio opened a new issue #1595: URL: https://github.com/apache/apisix-dashboard/issues/1595
# Feature request ## Please describe your feature follow this guide to https://github.com/apache/apisix/blob/master/docs/en/latest/getting-started.md to create a test route , the final route is ``` { "action": "get", "node": { "value": { "plugins": { "proxy-rewrite": { "scheme": "https", "regex_uri": ["^\/samplePrefix\/get(.*)", "\/get$1"] }, "key-auth": {} }, "id": "5", "uri": "\/samplePrefix\/get", "update_time": 1615794114, "status": 1, "upstream_id": 50, "priority": 0, "create_time": 1615793637 }, "key": "\/apisix\/routes\/5" }, "count": "1" } ``` The id field is `id` which is 5 here, but when I open `dashboard`, it use `name` as a required and primary key. and there's no place to display `id` in the UI. User can not go to the next step in the edit mode to see all the data   ## Describe the solution you'd like ## add default name change logic in the PUT route api, set a default name from the url params ## display id field in List. Edit route view to ---------------------------------------------------------------- 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]
