config-editor-base 2.1.8 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -892,6 +892,7 @@
|
|
|
892
892
|
"pwd": {
|
|
893
893
|
"ui:title": " ",
|
|
894
894
|
"ui:placeholder": "Access point password",
|
|
895
|
+
"ui:emptyValue": "",
|
|
895
896
|
"classNames": "col-sm-3 smaller-margins"
|
|
896
897
|
},
|
|
897
898
|
"minrssi": {
|
|
@@ -903,14 +904,16 @@
|
|
|
903
904
|
}
|
|
904
905
|
}
|
|
905
906
|
},
|
|
906
|
-
|
|
907
|
+
"cellular": {
|
|
907
908
|
"keyformat": {
|
|
908
909
|
"classNames": "col-sm-3 smaller-margins"
|
|
909
910
|
},
|
|
910
911
|
"pin": {
|
|
912
|
+
"ui:emptyValue": "",
|
|
911
913
|
"classNames": "col-sm-3 smaller-margins"
|
|
912
914
|
},
|
|
913
915
|
"apn": {
|
|
916
|
+
"ui:emptyValue": "",
|
|
914
917
|
"classNames": "col-sm-3 smaller-margins"
|
|
915
918
|
},
|
|
916
919
|
"roaming": {
|
|
@@ -933,6 +933,7 @@
|
|
|
933
933
|
"pwd": {
|
|
934
934
|
"ui:title": " ",
|
|
935
935
|
"ui:placeholder": "Access point password",
|
|
936
|
+
"ui:emptyValue": "",
|
|
936
937
|
"classNames": "col-sm-3 smaller-margins"
|
|
937
938
|
},
|
|
938
939
|
"minrssi": {
|
|
@@ -944,14 +945,16 @@
|
|
|
944
945
|
}
|
|
945
946
|
}
|
|
946
947
|
},
|
|
947
|
-
|
|
948
|
+
"cellular": {
|
|
948
949
|
"keyformat": {
|
|
949
950
|
"classNames": "col-sm-3 smaller-margins"
|
|
950
951
|
},
|
|
951
952
|
"pin": {
|
|
953
|
+
"ui:emptyValue": "",
|
|
952
954
|
"classNames": "col-sm-3 smaller-margins"
|
|
953
955
|
},
|
|
954
956
|
"apn": {
|
|
957
|
+
"ui:emptyValue": "",
|
|
955
958
|
"classNames": "col-sm-3 smaller-margins"
|
|
956
959
|
},
|
|
957
960
|
"roaming": {
|
|
@@ -1020,7 +1023,8 @@
|
|
|
1020
1023
|
},
|
|
1021
1024
|
"x": {
|
|
1022
1025
|
"classNames": "col-sm-3 smaller-margins"
|
|
1023
|
-
}
|
|
1026
|
+
},
|
|
1027
|
+
"ui:widget": "hidden"
|
|
1024
1028
|
},
|
|
1025
1029
|
"geofence": {
|
|
1026
1030
|
"items": {
|
|
@@ -1034,6 +1038,15 @@
|
|
|
1034
1038
|
"classNames": "col-sm-4 smaller-margins"
|
|
1035
1039
|
}
|
|
1036
1040
|
}
|
|
1041
|
+
},
|
|
1042
|
+
"system": {
|
|
1043
|
+
"ui:widget": "hidden"
|
|
1044
|
+
},
|
|
1045
|
+
"dyn_model": {
|
|
1046
|
+
"ui:widget": "hidden"
|
|
1047
|
+
},
|
|
1048
|
+
"sensor_fusion": {
|
|
1049
|
+
"ui:widget": "hidden"
|
|
1037
1050
|
}
|
|
1038
1051
|
}
|
|
1039
1052
|
}
|