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 2020/11/09 11:03:52 UTC

[GitHub] [apisix-dashboard] juzhiyuan edited a comment on issue #717: bug: The route created by admin API is missing fields in the dashboard display

juzhiyuan edited a comment on issue #717:
URL: https://github.com/apache/apisix-dashboard/issues/717#issuecomment-723914149


   The table component supports `columnEmptyText`, we could use it to set default content when that field doesn't have a value, but it will check if that field is returned from the data source.
   
   According to the following snapshot, every record doesn't have the same structure, so I have to add a checker function for every field on the frontend, they are too many so it's not a good idea IMO.
   
   ![image](https://user-images.githubusercontent.com/2106987/98526721-0ef08200-22b5-11eb-9630-d027fb89e216.png)
   
   Summary: Leave those fields' value as empty currently. cc @membphis @idbeta


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