DockerERTFF/public/dmxAppConnect/config.js

85 lines
1.6 KiB
JavaScript

dmx.config({
"observationPage": {
"tableRepeat4": {
"meta": [
{
"name": "_id",
"type": "objectId"
},
{
"name": "db_fullName",
"type": "text"
},
{
"name": "db_licenseNumber",
"type": "text"
},
{
"name": "db_employeeID",
"type": "text"
},
{
"name": "db_signatureData",
"type": "text"
},
{
"name": "db_trainerSelected",
"type": "text"
},
{
"name": "db_stateName",
"type": "text"
},
{
"name": "dummy1",
"type": "text",
"ui": {
"label": "dummy"
}
}
],
"outputType": "array"
},
"data_view1": {
"meta": [
{
"name": "_id",
"type": "objectId"
},
{
"name": "db_fullName",
"type": "text"
},
{
"name": "db_licenseNumber",
"type": "text"
},
{
"name": "db_employeeID",
"type": "text"
},
{
"name": "db_signatureData",
"type": "text"
},
{
"name": "db_trainerSelected",
"type": "text"
},
{
"name": "db_stateName",
"type": "text"
},
{
"name": "dummy1",
"type": "text",
"ui": {
"label": "dummy"
}
}
],
"outputType": "array"
}
}
});