diff --git a/app/model/deviceType.js b/app/model/deviceType.js index 5052b32..05e995b 100644 --- a/app/model/deviceType.js +++ b/app/model/deviceType.js @@ -9,6 +9,7 @@ var deviceTypeSchema = new Schema({ technicalData: String, links: String, partsRecommended: String, + testEquipmentRecommended: String, images: [{ type: String }], checkList: { type: ObjectId, ref: 'CheckList' }, deleted: { type: Boolean, default: false } diff --git a/public/partials/deviceTypes/add.html b/public/partials/deviceTypes/add.html index 8643fee..b938cfe 100644 --- a/public/partials/deviceTypes/add.html +++ b/public/partials/deviceTypes/add.html @@ -54,6 +54,12 @@ +
+ +
+ +
+
diff --git a/public/partials/deviceTypes/edit.html b/public/partials/deviceTypes/edit.html index 1f0b728..f310c6f 100644 --- a/public/partials/deviceTypes/edit.html +++ b/public/partials/deviceTypes/edit.html @@ -58,6 +58,12 @@ +
+ +
+ +
+