mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
fix for report display name
This commit is contained in:
parent
66084949e8
commit
2be403da97
@ -38,7 +38,7 @@ public class ReportNode extends BaseNode<SearchResultsDTO, ReportsRowDTO> {
|
|||||||
backgroundTasksPool);
|
backgroundTasksPool);
|
||||||
|
|
||||||
setName(rowData.getReportName() + rowData.getId());
|
setName(rowData.getReportName() + rowData.getId());
|
||||||
setDisplayName(rowData.getReportName());
|
setDisplayName(rowData.getSourceModuleName());
|
||||||
setIconBaseWithExtension("org/sleuthkit/autopsy/images/report_16.png");
|
setIconBaseWithExtension("org/sleuthkit/autopsy/images/report_16.png");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user