-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Sequential layout not working for isolated nodes #1117
Comments
@rtpt-romankarwacik - in your first screenshot, your query returns the variable |
This was only used as an example, where in the first screenshot only nodes were returned, and in the second paths were returned. I could also have chosen another example for the first query, e.g.:
The problem is that if ONLY nodes are returned, and no paths/relations, the sequential layout is the same as the standard layout |
Got it. @rtpt-romankarwacik - in future versions, we plan to have this result default in a tabular view of data, rather than a bunch of dissociated nodes on the canvas. This would let you display consistent columns of properties associated with the nodes (for example, if you were looking for users who haven't rotated passwords, the "Password last rotated" field would likely be valuable to display). Unfortunately, the graphing library we use doesn't provide "out of the box" support for what you're requesting, so it would take some work to add that functionality. However, I believe the tabular view will provide a better experience anyway. Let me know your thoughts! |
A tabular view sounds like a nice solution 👍 |
Description:
The different layout options for isolated nodes are the same, for example isolated nodes with sequential layout:
In contrast to nodes with relations in the view in sequential layout:
Are you intending to fix this bug?
no
Component(s) Affected:
Steps to Reproduce:
Expected Behavior:
Nodes should be in a list-like sequential layout like when they have an edge to another node, similar to:
Actual Behavior:
Nodes are arranged in the same way as in the standard layout.
Environment Information:
BloodHound: 6.3.0
Browser (if UI related): Firefox 134.0.2
Node.js (if UI related): 18.19.0
Contributor Checklist:
The text was updated successfully, but these errors were encountered: