PMCORE-3074:UI - Change the Unassigned Icon.

This commit is contained in:
fabio
2021-06-30 16:41:12 -04:00
parent 5af15646b2
commit 22f3d0a528

View File

@@ -45,7 +45,7 @@ $G_TMP_MENU->AddIdRawOption(
'CASES_SELFSERVICE',
'casesListExtJs?action=selfservice',
G::LoadTranslation('ID_UNASSIGNED'),
'fas fa-crosshairs'
'fas fa-users'
);