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 2021/07/22 03:51:28 UTC

[GitHub] [apisix-dashboard] hellosean1025 opened a new issue #1992: Tabel style bug in Demo site

hellosean1025 opened a new issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992


   ## Issue description
   <!-- A clear and concise description of what the issue is. -->
   in http://139.217.190.60/routes/list site:
   ![image](https://user-images.githubusercontent.com/17695103/126587783-993a5698-0238-4108-b763-f3c6280ac1df.png)
   
   
   ## Expected behavior
   <!-- A clear and concise description of what you expected to happen. -->
   
   ## How to Reproduce
   
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   ## Screenshots
   <!-- Add screenshots to help explain your problem if applicable. -->
   
   ## Environment
   
   * apisix version (cmd: `apisix version`):
   * OS (cmd: `uname -a`):
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   * etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   * apisix-dashboard version, if have:
   * Browser version, if have:
   
   ## Additional context
   <!-- Do you want to solve this issue? or add any other context about the problem here. -->


-- 
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-dashboard] guoqqqi commented on issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
guoqqqi commented on issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992#issuecomment-1047437475


   This issue can now be closed as it has been resolved cc @juzhiyuan @bzp2010 


-- 
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-dashboard] iamayushdas commented on issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
iamayushdas commented on issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992#issuecomment-884844813


   Hey @hellosean1025 we have done this intentionally as our table was consisting of many columns and with long heading which was making it less responsive.


-- 
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-dashboard] juzhiyuan closed issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992


   


-- 
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-dashboard] juzhiyuan commented on issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992#issuecomment-884703465


   Actually this is a fixed column mode, cc @iamayushdas to have a better description.


-- 
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-dashboard] liuxiran commented on issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
liuxiran commented on issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992#issuecomment-886228273


   Hi all , the key point for this issue IMO is that the path of `x-app-uat1` in our demo site is to long, and we did not specify the column width, so other columns were squeezed together.
   ![image](https://user-images.githubusercontent.com/2561857/126905724-df434c69-7414-4804-b880-6a90063629fa.png)
   
   We can treat this issue as an enhancement for route table display.
   We can refer to https://ant.design/components/table/#components-table-demo-ellipsis-custom-tooltip, add ellipsis and tooltip for column: `host`, `path`, and `description`. 
   
   Looking forward to your opinion.
   
   cc @hellosean1025 @iamayushdas @juzhiyuan 
   


-- 
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-dashboard] juzhiyuan edited a comment on issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
juzhiyuan edited a comment on issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992#issuecomment-884703465


   Actually this is a fixed column mode, cc @iamayushdas to have a better description. You will see a normal mode on a wider screen.


-- 
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-dashboard] juzhiyuan commented on issue #1992: Tabel style bug in Demo site

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #1992:
URL: https://github.com/apache/apisix-dashboard/issues/1992#issuecomment-886229684


   ya, and @hellosean1025 would like to improve this? Just some configurations could solve this issue. If you need any help, just ping me.


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