Skip to content

Commit 17e3561

Browse files
author
ravigurram8
committed
Settings-config.json updated with IGV and secure products
1 parent 24452c5 commit 17e3561

1 file changed

Lines changed: 130 additions & 1 deletion

File tree

config/settings-config.json

Lines changed: 130 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,129 @@
560560
"terminated"
561561
]
562562
},
563+
"ec2-secure-desktop": {
564+
"actions": {
565+
"running": {
566+
"connect": [
567+
{
568+
"menu": "Remote Desktop",
569+
"imageUrl": "../../assets/images/Screen-icon.png"
570+
}
571+
],
572+
"action": [
573+
{
574+
"action": "Stop",
575+
"imageUrl": "../../assets/images/no-stopping@2x.png"
576+
},
577+
{
578+
"action": "Reboot",
579+
"imageUrl": "../../assets/images/reset@2x.png"
580+
}
581+
]
582+
},
583+
"stopped": {
584+
"connect": [],
585+
"action": [
586+
{
587+
"action": "Start",
588+
"imageUrl": "../../assets/images/play@2x.png"
589+
}
590+
]
591+
},
592+
"default": {
593+
"connect": [
594+
{
595+
"menu": "Remote Desktop",
596+
"imageUrl": "../../assets/images/Screen-icon.png"
597+
}
598+
],
599+
"action": [
600+
{
601+
"action": "Stop",
602+
"imageUrl": "../../assets/images/no-stopping@2x.png"
603+
},
604+
{
605+
"action": "Reboot",
606+
"imageUrl": "../../assets/images/reset@2x.png"
607+
}
608+
]
609+
}
610+
},
611+
"transient_states": [
612+
"pending",
613+
"shutting-down",
614+
"stopping",
615+
"deleting"
616+
],
617+
"active_states": ["running", "active"],
618+
"stopped_states": ["stopped"],
619+
"terminated_states": ["terminated"]
620+
},
621+
"ec2-igv": {
622+
"actions": {
623+
"running": {
624+
"connect": [
625+
{
626+
"menu": "Remote Desktop",
627+
"imageUrl": "./../assets/images/Screen-icon.png"
628+
}
629+
],
630+
"action": [
631+
{
632+
"action": "Stop",
633+
"imageUrl": "../../assets/images/no-stopping@2x.png"
634+
},
635+
{
636+
"action": "Reboot",
637+
"imageUrl": "../../assets/images/reset@2x.png"
638+
}
639+
]
640+
},
641+
"stopped": {
642+
"connect": [],
643+
"action": [
644+
{
645+
"action": "Start",
646+
"imageUrl": "../../assets/images/play@2x.png"
647+
}
648+
]
649+
},
650+
"default": {
651+
"connect": [
652+
{
653+
"menu": "Remote Desktop",
654+
"imageUrl": "../../assets/images/Screen-icon.png"
655+
}
656+
],
657+
"action": [
658+
{
659+
"action": "Stop",
660+
"imageUrl": "../../assets/images/no-stopping@2x.png"
661+
},
662+
{
663+
"action": "Reboot",
664+
"imageUrl": "../../assets/images/reset@2x.png"
665+
}
666+
]
667+
}
668+
},
669+
"transient_states": [
670+
"pending",
671+
"shutting-down",
672+
"stopping",
673+
"deleting"
674+
],
675+
"active_states": [
676+
"running",
677+
"active"
678+
],
679+
"stopped_states": [
680+
"stopped"
681+
],
682+
"terminated_states": [
683+
"terminated"
684+
]
685+
},
563686
"cromwell": {
564687
"actions": {
565688
"running": {
@@ -809,6 +932,10 @@
809932
{
810933
"action": "Edit",
811934
"imageUrl": "../../assets/images/editStudy.png"
935+
},
936+
{
937+
"action": "Terminate",
938+
"imageUrl": "../../assets/images/delete@2x.png"
812939
}
813940
]
814941
},
@@ -914,7 +1041,9 @@
9141041
"nextflow",
9151042
"cromwell",
9161043
"pcluster",
917-
"ec2-dcv"
1044+
"ec2-dcv",
1045+
"ec2-igv",
1046+
"ec2-secure-desktop"
9181047
],
9191048
"cft_active_states": [
9201049
"available",

0 commit comments

Comments
 (0)