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",
"machineScope": "specific",
"fields": [
"machineName",
"cashOutEnabled",
"machineLocation"
]
@ -308,17 +307,6 @@
],
"fieldValidation": [{"code": "required"}]
},
{
"code": "machineName",
"display": "Name",
"fieldType": "string",
"fieldClass": null,
"fieldValidation": [
{
"code": "required"
}
]
},
{
"code": "cashOutEnabled",
"display": "Cash Out",