Devices: Add Enabled field to Lines.

This commit is contained in:
Nate Jones
2015-05-19 16:09:04 +00:00
parent 38f7850c30
commit 33df3bbe6f
4 changed files with 94 additions and 47 deletions
+4
View File
@@ -295,6 +295,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$y = 2; //table array index
$z = 0; //field array index