mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
display report name first in table
This commit is contained in:
parent
fdd10f8b97
commit
34c5dc3fd7
@ -163,6 +163,10 @@ public final class Reports implements AutopsyVisitableItem {
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.sourceModuleNameProperty.displayName"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.sourceModuleNameProperty.desc"),
|
||||
this.report.getSourceModuleName()));
|
||||
propertiesSet.put(new NodeProperty<>(NbBundle.getMessage(this.getClass(), "ReportNode.reportNameProperty.name"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.reportNameProperty.displayName"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.reportNameProperty.desc"),
|
||||
this.report.getReportName()));
|
||||
propertiesSet.put(new NodeProperty<>(NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.name"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.displayName"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.desc"),
|
||||
@ -171,10 +175,6 @@ public final class Reports implements AutopsyVisitableItem {
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.pathProperty.displayName"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.pathProperty.desc"),
|
||||
this.report.getPath()));
|
||||
propertiesSet.put(new NodeProperty<>(NbBundle.getMessage(this.getClass(), "ReportNode.reportNameProperty.name"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.reportNameProperty.displayName"),
|
||||
NbBundle.getMessage(this.getClass(), "ReportNode.reportNameProperty.desc"),
|
||||
this.report.getReportName()));
|
||||
return sheet;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user