summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step2.json
blob: ca01985d5815ef4e52458c350bc4cb60af3bbdbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
	"step" : "2",
	"content": {
		"title": "Step 2 : Report SQL",
		"sections": [
			{
				"title": "",
				"elements": [
					{
						"input": "textarea",
						"spanOverTwoColumns":"true",
						"name": "sqlScript",
						"displayName": "SQL script:",
						"defaultValue":"SELECT ",
						"style":"width: 600px; height: 400px"
					}										
				],
			"buttons": [
				{
				"text":"Validate/Test Run SQL",
				"value":"next",
				"ngFunction":"testRunSql()"
				}]	 		
				
			},
			{
				"title": "finalButton",
				"submitAction" : "",
				"next":"Microservice Config",
				"previous":"none" 
			}
		]
	}
}