mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Fixed the missing Reports node in "Group by data source" view.
This commit is contained in:
parent
a32004ec0a
commit
4dc742f29b
@ -101,8 +101,9 @@ public class RootContentChildrenFactory extends ChildFactory.Detachable<Object>
|
||||
dataSources.forEach((datasource) -> {
|
||||
keys.add(new DataSourceGrouping(tskCase, datasource));
|
||||
});
|
||||
|
||||
list.addAll(keys);
|
||||
|
||||
list.add(new Reports());
|
||||
} else {
|
||||
|
||||
List<AutopsyVisitableItem> keys = new ArrayList<>(Arrays.asList(
|
||||
|
Loading…
x
Reference in New Issue
Block a user