This commit is contained in:
@@ -298,11 +298,11 @@ export default {
|
||||
iconForType: function(ayaType) {
|
||||
switch (ayaType) {
|
||||
case window.$gz.type.NoType:
|
||||
return "fa-genderless";
|
||||
return "$ayiGenderless";
|
||||
case window.$gz.type.Global:
|
||||
return "fa-globe";
|
||||
return "$ayiGlobe";
|
||||
case window.$gz.type.User:
|
||||
return "fa-user";
|
||||
return "$ayiUser";
|
||||
case window.$gz.type.Widget:
|
||||
return "$ayiVial";
|
||||
case window.$gz.type.ServerState:
|
||||
@@ -310,15 +310,15 @@ export default {
|
||||
case window.$gz.type.License:
|
||||
return "$ayiTicket";
|
||||
case window.$gz.type.LogFile:
|
||||
return "fa-glasses";
|
||||
return "$ayiGlasses";
|
||||
case window.$gz.type.PickListTemplate:
|
||||
return "fa-pencil-ruler";
|
||||
return "$ayiPencilRuler";
|
||||
case window.$gz.type.ServerJob:
|
||||
return "$ayiRobot";
|
||||
case window.$gz.type.AyaNova7Import:
|
||||
return "$ayiFile-import";
|
||||
return "$ayiFileImport";
|
||||
case window.$gz.type.TrialSeeder:
|
||||
return "fa-seedling";
|
||||
return "$ayiSeedling";
|
||||
case window.$gz.type.Metrics:
|
||||
return "$ayiFileMedicalAlt";
|
||||
case window.$gz.type.Translation:
|
||||
@@ -326,9 +326,9 @@ export default {
|
||||
case window.$gz.type.UserOptions:
|
||||
return "$ayiUserCog";
|
||||
case window.$gz.type.FileAttachment:
|
||||
return "fa-paperclip";
|
||||
return "$ayiPaperclip";
|
||||
case window.$gz.type.DataListView:
|
||||
return "fa-filter";
|
||||
return "$ayiFilter";
|
||||
case window.$gz.type.FormCustom:
|
||||
return "$ayiCustomize";
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user