mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
icons fro log and registry events
This commit is contained in:
parent
781b318f2e
commit
c6279b201c
BIN
Core/src/org/sleuthkit/autopsy/timeline/images/action_log.png
Normal file
BIN
Core/src/org/sleuthkit/autopsy/timeline/images/action_log.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 674 B |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
Core/src/org/sleuthkit/autopsy/timeline/images/registry.png
Normal file
BIN
Core/src/org/sleuthkit/autopsy/timeline/images/registry.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 B |
@ -85,6 +85,10 @@ final public class EventTypeUtils {
|
||||
imageFileName = "message.png";
|
||||
} else if (typeID == EventType.RECENT_DOCUMENTS.getTypeID()) {
|
||||
imageFileName = "recent_docs.png";
|
||||
} else if (typeID == EventType.REGISTRY.getTypeID()) {
|
||||
imageFileName = "registry.png";
|
||||
} else if (typeID == EventType.LOG_ENTRY.getTypeID()) {
|
||||
imageFileName = "raw_access_logs.png";
|
||||
} else {
|
||||
imageFileName = "timeline_marker.png";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user