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
dfefa0b8e6
commit
c346fe607a
@ -144,6 +144,8 @@ public class Metadata extends javax.swing.JPanel implements DataContentViewer
|
|||||||
}
|
}
|
||||||
addRow(sb, "MD5", md5);
|
addRow(sb, "MD5", md5);
|
||||||
|
|
||||||
|
addRow(sb, "Internal ID", new Long(file.getId()).toString());
|
||||||
|
|
||||||
endTable(sb);
|
endTable(sb);
|
||||||
setText(sb.toString());
|
setText(sb.toString());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user