BNA8/.resources/85e32b7a72c26a9286a75bea975554e2991ffa84135f2bd2afd2a88e788ece99

57 lines
1.2 KiB
Plaintext

{
"custom": {},
"events": {
"system": {
"onShutdown": {
"config": {
"script": "\tsystem.perspective.sendMessage(\"custom-reports-refreshlist\", {})"
},
"scope": "G",
"type": "script"
}
}
},
"params": {},
"props": {
"defaultSize": {
"height": 300,
"width": 400
}
},
"root": {
"children": [
{
"events": {
"component": {
"onFileReceived": {
"config": {
"script": "\treports.uploadConfig(event.file.name, event.file.getString())\n\t\n\t# Close popup:\n\t#system.perspective.closePopup(\"\")"
},
"scope": "G",
"type": "script"
}
}
},
"meta": {
"name": "FileUpload"
},
"position": {
"height": "100%",
"width": "100%"
},
"props": {
"maxUploads": 50,
"supportedFileTypes": [
"csv",
"sql"
]
},
"type": "ia.input.fileupload"
}
],
"meta": {
"name": "root"
},
"type": "ia.container.coord"
}
}