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 2019/12/24 11:05:07 UTC

[GitHub] [incubator-apisix] juzhiyuan commented on issue #997: doc(FAQ): Why is the ID displayed on the dashboard not the original value of etcd?

juzhiyuan commented on issue #997: doc(FAQ): Why is the ID displayed on the dashboard not the original value of etcd?
URL: https://github.com/apache/incubator-apisix/issues/997#issuecomment-568725328
 
 
   The original ID is too long to display, so we shorten the ID for the beauty of our dashboard. For example, we assume the original id is `00000000000000034831`, we will shorten it to `34831` in this way: `originalId.replace(/^(0+)/, '')`

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


With regards,
Apache Git Services