mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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.displayName"),
|
||||||
NbBundle.getMessage(this.getClass(), "ReportNode.sourceModuleNameProperty.desc"),
|
NbBundle.getMessage(this.getClass(), "ReportNode.sourceModuleNameProperty.desc"),
|
||||||
this.report.getSourceModuleName()));
|
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"),
|
propertiesSet.put(new NodeProperty<>(NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.name"),
|
||||||
NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.displayName"),
|
NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.displayName"),
|
||||||
NbBundle.getMessage(this.getClass(), "ReportNode.createdTimeProperty.desc"),
|
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.displayName"),
|
||||||
NbBundle.getMessage(this.getClass(), "ReportNode.pathProperty.desc"),
|
NbBundle.getMessage(this.getClass(), "ReportNode.pathProperty.desc"),
|
||||||
this.report.getPath()));
|
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;
|
return sheet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user