-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathservices.json
40 lines (40 loc) · 959 Bytes
/
services.json
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
{
"name": "Services",
"icon": "wrench",
"layout": [
{
"type": "widgets",
"content": [
{
"name": "Deployment Button",
"x": 0,
"y": 0,
"width": 3,
"height": 3,
"definition": "deploymentButton",
"configuration": {
"label": "Create Service",
"blueprintFilterRules": [{
"key": "csys-obj-type",
"values": ["environment"],
"operator": "is_not",
"type": "label"
}]
}
},
{
"name": "Services",
"width": 12,
"height": 150,
"definition": "deploymentsView",
"configuration": {
"filterId": "csys-service-filter",
"fieldsToShow": ["status", "id", "name", "blueprintName", "location", "subservicesCount"]
},
"x": 0,
"y": 3
}
]
}
]
}