mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +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) -> {
|
dataSources.forEach((datasource) -> {
|
||||||
keys.add(new DataSourceGrouping(tskCase, datasource));
|
keys.add(new DataSourceGrouping(tskCase, datasource));
|
||||||
});
|
});
|
||||||
|
|
||||||
list.addAll(keys);
|
list.addAll(keys);
|
||||||
|
|
||||||
|
list.add(new Reports());
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
List<AutopsyVisitableItem> keys = new ArrayList<>(Arrays.asList(
|
List<AutopsyVisitableItem> keys = new ArrayList<>(Arrays.asList(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user