This commit is contained in:
@@ -238,6 +238,7 @@ export default {
|
||||
case 11:
|
||||
return "indigo";
|
||||
case 12: //erase all data
|
||||
case 13: //reset serial number
|
||||
return "deep-purple";
|
||||
default:
|
||||
return "primary";
|
||||
@@ -452,7 +453,8 @@ function populateEventTypeList(vm) {
|
||||
},
|
||||
10: { name: vm.$ay.t("EventSeedDatabase"), icon: "fa-plus" },
|
||||
11: { name: vm.$ay.t("EventAttachmentModified"), icon: "fa-save" },
|
||||
12: { name: "ERASE ALL DATA", icon: "fa-seedling" }
|
||||
12: { name: "ERASE ALL DATA", icon: "fa-seedling" },
|
||||
13: { name: vm.$ay.t("EventResetSerial"), icon: "fa-egg" }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user