icons fro log and registry events

This commit is contained in:
millmanorama 2018-12-18 15:13:57 +01:00
parent 781b318f2e
commit c6279b201c
4 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 674 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 431 B

View File

@ -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";
}