add icon or conditional groups event

This commit is contained in:
osaajani 2020-09-27 02:01:29 +02:00
parent 90478411d6
commit cae9674097
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@ namespace controllers\internals;
case 'GROUP_ADD':
$logo = 'fa-group';
break;
case 'CONDITIONAL_GROUP_ADD':
$logo = 'fa-bullseye';
break;
case 'SCHEDULED_ADD':
$logo = 'fa-calendar';