2
0

Removed node_modules, add mustache to package.json

This commit is contained in:
Harald Rietman
2017-06-30 19:22:34 +02:00
parent 4645f0b803
commit a640734d9d
21 changed files with 9 additions and 2076 deletions
+3 -1
View File
@@ -42,7 +42,9 @@
for (key in configNode.deviceList) {
var device = configNode.deviceList[key];
$('#node-input-sid').append('<option value="' + device.sid + '">' + device.desc + '</option>');
if (device.model === "sensor_ht") {
$('#node-input-sid').append('<option value="' + device.sid + '">' + device.desc + '</option>');
}
}
$('#node-input-sid').val(node.sid);
},