From a8a63651ab0dec2516adaaf979134a771df7dbdc Mon Sep 17 00:00:00 2001 From: Dobie Wollert Date: Wed, 5 Aug 2015 23:52:41 -0400 Subject: [PATCH] Added more stuff --- app/model/deviceType.js | 1 + public/partials/deviceTypes/add.html | 6 ++++++ public/partials/deviceTypes/edit.html | 6 ++++++ 3 files changed, 13 insertions(+) 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 @@ +
+ +
+ +
+