This commit is contained in:
@@ -733,7 +733,7 @@ export default {
|
||||
//No longer dirty
|
||||
window.$gz.form.setFormState({
|
||||
vm: vm,
|
||||
dirty: false
|
||||
dirty: false
|
||||
});
|
||||
|
||||
//change url to new record
|
||||
|
||||
@@ -423,7 +423,7 @@ function populateEventTypeList(vm) {
|
||||
1: { name: vm.$ay.t("EventCreated"), icon: "fa-plus" },
|
||||
2: {
|
||||
name: vm.$ay.t("EventRetrieved"),
|
||||
icon: "fa-arrow-circle-down"
|
||||
icon: "fa-envelope-open-text"
|
||||
},
|
||||
3: { name: vm.$ay.t("EventModified"), icon: "fa-save" },
|
||||
4: {
|
||||
@@ -436,7 +436,7 @@ function populateEventTypeList(vm) {
|
||||
},
|
||||
6: {
|
||||
name: vm.$ay.t("EventAttachmentDownload"),
|
||||
icon: "fa-arrow-circle-down"
|
||||
icon: "fa-file-download"
|
||||
},
|
||||
7: {
|
||||
name: vm.$ay.t("EventLicenseFetch"),
|
||||
@@ -456,7 +456,7 @@ function populateEventTypeList(vm) {
|
||||
13: { name: vm.$ay.t("EventResetSerial"), icon: "fa-egg" },
|
||||
13: {
|
||||
name: vm.$ay.t("EventUtilityFileDownload"),
|
||||
icon: "fa-arrow-circle-down"
|
||||
icon: "fa-file-download"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user