mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
changinh variable name more meaningful
This commit is contained in:
parent
939a770c29
commit
95f25ad9cb
@ -243,7 +243,7 @@ var generatePayload = function (operationCode, operationData, deviceList) {
|
||||
operationType = operationTypeConstants["PROFILE"];
|
||||
payload = {
|
||||
"operation": {
|
||||
"fileLocation": operationData["fileLocation"],
|
||||
"ftpServerAddress": operationData["ftpServerAddress"],
|
||||
"ftpUserName": operationData["ftpUserName"],
|
||||
"ftpPassword": operationData["ftpPassword"],
|
||||
"fileName": operationData["fileName"]
|
||||
|
||||
@ -140,7 +140,7 @@
|
||||
"formParams": [
|
||||
{
|
||||
"type": "text",
|
||||
"id": "fileLocation",
|
||||
"id": "ftpServerAddress",
|
||||
"optional": false,
|
||||
"label": "FTP Server Address"
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user