remove machine name from config, since it comes from devices table

This commit is contained in:
Josh Harvey 2016-12-09 12:37:22 +02:00
parent e6cd0d9473
commit 19dd4ecd09

View file

@ -66,7 +66,6 @@
"cryptoScope": "global", "cryptoScope": "global",
"machineScope": "specific", "machineScope": "specific",
"fields": [ "fields": [
"machineName",
"cashOutEnabled", "cashOutEnabled",
"machineLocation" "machineLocation"
] ]
@ -308,17 +307,6 @@
], ],
"fieldValidation": [{"code": "required"}] "fieldValidation": [{"code": "required"}]
}, },
{
"code": "machineName",
"display": "Name",
"fieldType": "string",
"fieldClass": null,
"fieldValidation": [
{
"code": "required"
}
]
},
{ {
"code": "cashOutEnabled", "code": "cashOutEnabled",
"display": "Cash Out", "display": "Cash Out",