summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/json/step4.json
blob: 971a0cf35de6413e611c7e592ce0a7c4b2698bc6 (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
{
	"step" : "4",
	"content": {
		"title": "",
		"sections": [
			{
				"title": "",
				"elements": [										
				],
				"buttons": [
				{
				"text":"Add",
				"value":"add",
				"ngFunction":"addNewFormField()"
				}]
			},
			{
				"title": "finalButton",
				"submitAction" : "",
				"next":"Microservice Config",
				"previous":"none" 
			}
		]
	}
}