This commit is contained in:
@@ -324,13 +324,13 @@ export default {
|
||||
case window.$gz.type.Translation:
|
||||
return "fa-language";
|
||||
case window.$gz.type.UserOptions:
|
||||
return "fa-user-cog";
|
||||
return "$ayiUserCog";
|
||||
case window.$gz.type.FileAttachment:
|
||||
return "fa-paperclip";
|
||||
case window.$gz.type.DataListView:
|
||||
return "fa-filter";
|
||||
case window.$gz.type.FormCustom:
|
||||
return "fa-sliders-h";
|
||||
return "$ayiCustomize";
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user