scriptform/examples/tutorial/tutorial.json

13 lines
294 B

10 years ago
{
"title": "Tutorial",
"forms": [
{
"name": "System information",
"title": "System information",
"description": "Show information about the operating system",
"script": "job_sysinfo.sh",
"fields": []
}
]
}