Skip to content

Commit 268a8f0

Browse files
Update settings-config.json
New icon are updated to the Nextflow product connect button and SSH connect icon replaced.
1 parent 872baf0 commit 268a8f0

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

config/settings-config.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@
138138
"InstanceIPAddress",
139139
"InstanceId"
140140
]
141+
},
142+
{
143+
"menu": "Explore",
144+
"imageUrl": "../../assets/images/direction@2x.png",
145+
"outputsRequired": []
141146
}
142147
],
143148
"action": [
@@ -224,6 +229,11 @@
224229
"InstanceDNSName",
225230
"ApplicationPort"
226231
]
232+
},
233+
{
234+
"menu": "Explore",
235+
"imageUrl": "../../assets/images/direction@2x.png",
236+
"outputsRequired": []
227237
}
228238
],
229239
"action": [
@@ -305,19 +315,24 @@
305315
},
306316
{
307317
"menu": "Monitor Pipeline",
308-
"imageUrl": "../../assets/images/link@2x.png",
318+
"imageUrl": "../../assets/images/monitor_pipeline.png",
309319
"outputsRequired": [
310320
"InstanceIPAddress",
311321
"InstanceId"
312322
]
313323
},
314324
{
315325
"menu": "View Outputs",
316-
"imageUrl": "../../assets/images/link@2x.png",
326+
"imageUrl": "../../assets/images/view_outputs.png",
317327
"outputsRequired": [
318328
"InstanceIPAddress",
319329
"InstanceId"
320330
]
331+
},
332+
{
333+
"menu": "Explore",
334+
"imageUrl": "../../assets/images/direction@2x.png",
335+
"outputsRequired": []
321336
}
322337
],
323338
"action": [
@@ -588,7 +603,7 @@
588603
"imageUrl": "../../assets/images/direction@2x.png"
589604
},
590605
{
591-
"menu": "Link",
606+
"menu": "Link",view_outputs
592607
"imageUrl": "../../assets/images/link@2x.png"
593608
}
594609
],

0 commit comments

Comments
 (0)