Skip to content

Commit bbd7b45

Browse files
authored
Merge pull request #67 from NisargaShivanna/topic-release
RP-1348 :-Updated settings-config.json file for adding "Instance type" button.
2 parents ae19aea + 56de795 commit bbd7b45

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

config/settings-config.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@
171171
"outputsRequired": [
172172
"InstanceId"
173173
]
174+
},
175+
{
176+
"action":"Instance Type",
177+
"imageUrl": "../../assets/images/pencil.png",
178+
"outputsRequired": ["InstanceId"]
174179
}
175180
]
176181
},
@@ -262,6 +267,11 @@
262267
"outputsRequired": [
263268
"InstanceId"
264269
]
270+
},
271+
{
272+
"action":"Instance Type",
273+
"imageUrl": "../../assets/images/pencil.png",
274+
"outputsRequired": ["InstanceId"]
265275
}
266276
]
267277
},
@@ -361,6 +371,11 @@
361371
"outputsRequired": [
362372
"InstanceId"
363373
]
374+
},
375+
{
376+
"action":"Instance Type",
377+
"imageUrl": "../../assets/images/pencil.png",
378+
"outputsRequired": ["InstanceId"]
364379
}
365380
]
366381
},
@@ -434,6 +449,11 @@
434449
{
435450
"action": "Start",
436451
"imageUrl": "../../assets/images/play@2x.png"
452+
},
453+
{
454+
"action":"Instance Type",
455+
"imageUrl": "../../assets/images/pencil.png",
456+
"outputsRequired": ["InstanceId"]
437457
}
438458
]
439459
},

0 commit comments

Comments
 (0)