mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
added object id to metadata viewer
This commit is contained in:
parent
5ee28125b7
commit
74de009a8e
@ -144,6 +144,8 @@ public class Metadata extends javax.swing.JPanel implements DataContentViewer
|
||||
}
|
||||
addRow(sb, "MD5", md5);
|
||||
|
||||
addRow(sb, "Internal ID", new Long(file.getId()).toString());
|
||||
|
||||
endTable(sb);
|
||||
setText(sb.toString());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user