This commit is contained in:
2020-05-21 20:00:36 +00:00
parent 46cce4f36d
commit f2ea7b0ec6
4 changed files with 53 additions and 5 deletions

View File

@@ -733,7 +733,7 @@ export default {
//No longer dirty
window.$gz.form.setFormState({
vm: vm,
dirty: false
dirty: false
});
//change url to new record

View File

@@ -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"
}
};
}