summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step5.json
blob: e1675cdeba7ecf3e146c5e32da5a4fd4aefd28b2 (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
{
	"step" : "5",
	"last_step": true,
	"hideSaveButton":true,
	"hideBackButton":true,
	"content": {
		"title": "Step 5 : Run",
		"sections": [
			{
				"elements": [
				],
				"buttons": [
				{
				"text":"Run Report",
				"value":"next",
				"ngFunction":"RunCurrentReport()"
				}]
			},
			{
				"title": "finalButton",
				"submitAction" : "",
				"next":"Microservice Config",
				"previous":"none" 
			}
		] 
		
	}
}