This commit is contained in:
@@ -408,20 +408,20 @@ async function populateAyaTypeList(vm) {
|
||||
//
|
||||
function populateEventTypeList(vm) {
|
||||
vm.eventTypes = {
|
||||
0: { name: vm.$ay.t("EventDeleted"), icon: "fa-trash-alt" },
|
||||
1: { name: vm.$ay.t("EventCreated"), icon: "fa-plus" },
|
||||
0: { name: vm.$ay.t("EventDeleted"), icon: "$ayiTrashAlt" },
|
||||
1: { name: vm.$ay.t("EventCreated"), icon: "$ayiPlus" },
|
||||
2: {
|
||||
name: vm.$ay.t("EventRetrieved"),
|
||||
icon: "fa-envelope-open-text"
|
||||
},
|
||||
3: { name: vm.$ay.t("EventModified"), icon: "fa-save" },
|
||||
3: { name: vm.$ay.t("EventModified"), icon: "$ayiSave" },
|
||||
4: {
|
||||
name: vm.$ay.t("EventAttachmentCreate"),
|
||||
icon: "fa-plus"
|
||||
icon: "$ayiPlus"
|
||||
},
|
||||
5: {
|
||||
name: vm.$ay.t("EventAttachmentDelete"),
|
||||
icon: "fa-trash-alt"
|
||||
icon: "$ayiTrashAlt"
|
||||
},
|
||||
6: {
|
||||
name: vm.$ay.t("EventAttachmentDownload"),
|
||||
@@ -437,10 +437,10 @@ function populateEventTypeList(vm) {
|
||||
},
|
||||
9: {
|
||||
name: vm.$ay.t("EventServerStateChange"),
|
||||
icon: "fa-plus"
|
||||
icon: "$ayiPlus"
|
||||
},
|
||||
10: { name: vm.$ay.t("EventSeedDatabase"), icon: "fa-plus" },
|
||||
11: { name: vm.$ay.t("EventAttachmentModified"), icon: "fa-save" },
|
||||
10: { name: vm.$ay.t("EventSeedDatabase"), icon: "$ayiPlus" },
|
||||
11: { name: vm.$ay.t("EventAttachmentModified"), icon: "$ayiSave" },
|
||||
12: { name: "ERASE ALL DATA", icon: "$ayiSeedling" },
|
||||
13: { name: vm.$ay.t("EventResetSerial"), icon: "fa-egg" },
|
||||
13: {
|
||||
|
||||
Reference in New Issue
Block a user