mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Add "Name" property to KeyValueNode
This commit is contained in:
parent
3b61d89787
commit
e8588b0be7
@ -25,6 +25,10 @@ public class KeyValueNode extends AbstractNode {
|
||||
s.put(ss);
|
||||
}
|
||||
|
||||
// table view drops first column of properties under assumption
|
||||
// that it contains the node's property
|
||||
ss.put(new NodeProperty("Name", "Name", "n/a", thing.getName()));
|
||||
|
||||
for (Map.Entry<String, Object> entry : thing.getMap().entrySet()) {
|
||||
String key = entry.getKey();
|
||||
Object value = entry.getValue();
|
||||
|
Loading…
x
Reference in New Issue
Block a user