-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwidgets.json
More file actions
41 lines (41 loc) · 800 Bytes
/
Copy pathwidgets.json
File metadata and controls
41 lines (41 loc) · 800 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"widget@ssh-aws-emr-lab": {
"display:order": 7,
"icon": "server",
"label": "EMR Master",
"color": "#FF9900",
"blockdef": {
"meta": {
"view": "term",
"controller": "shell",
"connection": "aws-emr-lab"
}
}
},
"widget@ssh-aws-onpe": {
"display:order": 6,
"icon": "server",
"label": "AWS EC2",
"color": "#ff9900",
"blockdef": {
"meta": {
"view": "term",
"controller": "shell",
"connection": "aws-onpe"
}
}
},
"widget@ssh-kali": {
"display:order": 5,
"icon": "laptop",
"label": "Kali Linux",
"color": "#557C94",
"blockdef": {
"meta": {
"view": "term",
"controller": "shell",
"connection": "noname-kali"
}
}
}
}