|
560 | 560 | "terminated" |
561 | 561 | ] |
562 | 562 | }, |
| 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 | +}, |
563 | 686 | "cromwell": { |
564 | 687 | "actions": { |
565 | 688 | "running": { |
|
809 | 932 | { |
810 | 933 | "action": "Edit", |
811 | 934 | "imageUrl": "../../assets/images/editStudy.png" |
| 935 | + }, |
| 936 | + { |
| 937 | + "action": "Terminate", |
| 938 | + "imageUrl": "../../assets/images/delete@2x.png" |
812 | 939 | } |
813 | 940 | ] |
814 | 941 | }, |
|
914 | 1041 | "nextflow", |
915 | 1042 | "cromwell", |
916 | 1043 | "pcluster", |
917 | | - "ec2-dcv" |
| 1044 | + "ec2-dcv", |
| 1045 | + "ec2-igv", |
| 1046 | + "ec2-secure-desktop" |
918 | 1047 | ], |
919 | 1048 | "cft_active_states": [ |
920 | 1049 | "available", |
|
0 commit comments