Replies: 4 comments 9 replies
-
With the packetflix handler quarantine woes out of our ways -- are you aware that when downloading the handler .app, macos will tell users it is damaged? Downloaders need to do: When it comes to filtering: precise ("nothing given, you spelt it wrong, you get it that way") or fuzzy that might turn up inexact matches? Which view(s) would you see the filtering provided for: the wiring view I assume? Or would this even maybe a new view? In case of the wiring view: when filtering, only the "cards" -- to use Material Design speak -- that have containers matching (fuzzy or not) getting displayed, with their network interfaces. Now, what would you expect as to the wiring?
|
Beta Was this translation helpful? Give feedback.
-
WiringHeh, you independently arrived at similar conclusions: just showing the matching cards and their wiring should be fine, and the other two-ended connections then rendered as a straight line that -- if I can manage to do this in SVG -- than simply fade out without any direction. Now I need to ponder a little bit about how to integrate the filter input into the UI. That looks like it should have a shown/hidden state, need to read a little bit on how Material Design apps might do this UI-wise. |
Beta Was this translation helpful? Give feedback.
-
something like this? this is not a mock-up, but a poc:
WDYT? |
Beta Was this translation helpful? Give feedback.
-
released in new multi-arch image v2.3.4 |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I've recently discovered edgeshark and started to use it with our containerlab.dev project. Awesome work, thank your for open sourcing it.
There is one immediate UX improvement I thought would be beneficial to have for everyone - namely, filtering capability.
When you have >5 containers running on a system the UI might get busy very quickly, it would be nice to have an input field that would allow setting a query for a node display.
e.g.
name: frontend-*
filters/displays only elements whos name starts withfrontend-
Beta Was this translation helpful? Give feedback.
All reactions