You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/16 06:02:48 UTC

[GitHub] [apisix] nfrankel opened a new issue #6337: feat: Display ID of all objects on the dashboard

nfrankel opened a new issue #6337:
URL: https://github.com/apache/apisix/issues/6337


   ### Issue description
   
   The Admin API allows to create objects (Route, Upstream, etc.). You can either set the ID or let APISIX generate one for you.
   
   The dashboard doesn't show IDs, so in the case of auto-generated IDs, you need to first query the object and find the ID before using it as a reference. It would be more user-friendly to display the ID in the dashboard as a read-only field.
   
   ### Environment
   
   Not relevant
   
   ### Steps to reproduce
   
   1. Launch Apache APISIX
   2. Launch the Dashboard
   3. Create an Upstream with the Admin API or with the dashboard
   4. Display the Upstream
   
   ### Actual result
   
   No ID is displayed
   
   ### Error log
   
   None
   
   ### Expected result
   
   As a User, I want to display IDs in the dashboard in order to reference them easily in other commands


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] zaunist commented on issue #6337: feat: Display ID of all objects on the dashboard

Posted by GitBox <gi...@apache.org>.
zaunist commented on issue #6337:
URL: https://github.com/apache/apisix/issues/6337#issuecomment-1041142539


   I think so, we need support IDs in the dashboard, and I would like to contribute this feature.


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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org