You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2021/07/21 11:22:08 UTC

[GitHub] [brooklyn-ui] tbouron commented on pull request #255: Support multiple labels on the same relationship path

tbouron commented on pull request #255:
URL: https://github.com/apache/brooklyn-ui/pull/255#issuecomment-884113749


   @algairim What happens if you have, say 20 relationships? If I'm reading the code correctly, it would display all the 20 relationship names right?
   
   It is not very likely to happen but since #241, there is a high potential to have quite a lot of relationships. I think we should take that into account and limit the maximum number of label appearing there.
   
   What about displaying up to 3 labels (3 is arbitrary, could be more or less by default) and if there are more relationships, display
   ```
   relationship-1
   relationship-2
   relationship-3
   + 2 others
   ```
   Hovering over the label would display all the labels.


-- 
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: dev-unsubscribe@brooklyn.apache.org

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