ca01985d5815ef4e52458c350bc4cb60af3bbdbc
[portal/sdk.git] /
1 {
2         "step" : "2",
3         "content": {
4                 "title": "Step 2 : Report SQL",
5                 "sections": [
6                         {
7                                 "title": "",
8                                 "elements": [
9                                         {
10                                                 "input": "textarea",
11                                                 "spanOverTwoColumns":"true",
12                                                 "name": "sqlScript",
13                                                 "displayName": "SQL script:",
14                                                 "defaultValue":"SELECT ",
15                                                 "style":"width: 600px; height: 400px"
16                                         }                                                                               
17                                 ],
18                         "buttons": [
19                                 {
20                                 "text":"Validate/Test Run SQL",
21                                 "value":"next",
22                                 "ngFunction":"testRunSql()"
23                                 }]                      
24                                 
25                         },
26                         {
27                                 "title": "finalButton",
28                                 "submitAction" : "",
29                                 "next":"Microservice Config",
30                                 "previous":"none" 
31                         }
32                 ]
33         }
34 }