Skip to content

Commit

Permalink
self-service channel in audit log viewer (MID-7551)
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Jan 12, 2022
1 parent 0dda86d commit 2642c01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public enum GuiChannel {
INIT(Channel.INIT, "fa fa-plug"),
USER(Channel.USER, "fa fa-keyboard-o"),
SELF_REGISTRATION(Channel.SELF_REGISTRATION, "fa fa-file-text-o"),
SELF_SERVICE(Channel.SELF_SERVICE, "fa fa-keyboard-o"),
RESET_PASSWORD(Channel.RESET_PASSWORD, "fa fa-shield"),
IMPORT(Channel.IMPORT, "fa fa-upload"),
ASYNC_UPDATE(Channel.ASYNC_UPDATE, "fa fa-gears");
Expand Down

0 comments on commit 2642c01

Please sign in to comment.