Initial commit
This commit is contained in:
18
application/Espo/Resources/layouts/Webhook/detail.json
Normal file
18
application/Espo/Resources/layouts/Webhook/detail.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "event"},
|
||||
{"name": "isActive"}
|
||||
],
|
||||
[
|
||||
{"name": "url"},
|
||||
{"name": "user"}
|
||||
],
|
||||
[
|
||||
{"name": "secretKey"},
|
||||
{"name": "skipOwn"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
20
application/Espo/Resources/layouts/Webhook/detailSmall.json
Normal file
20
application/Espo/Resources/layouts/Webhook/detailSmall.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "event"},
|
||||
{"name": "isActive"}
|
||||
],
|
||||
[
|
||||
{"name": "url"}
|
||||
],
|
||||
[
|
||||
{"name": "user"},
|
||||
{"name": "skipOwn"}
|
||||
],
|
||||
[
|
||||
{"name": "secretKey"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/Webhook/filters.json
Normal file
5
application/Espo/Resources/layouts/Webhook/filters.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"type",
|
||||
"entityType",
|
||||
"user"
|
||||
]
|
||||
18
application/Espo/Resources/layouts/Webhook/list.json
Normal file
18
application/Espo/Resources/layouts/Webhook/list.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "event",
|
||||
"width": 22,
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "isActive",
|
||||
"width": 14
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"width": 22
|
||||
},
|
||||
{
|
||||
"name": "url"
|
||||
}
|
||||
]
|
||||
14
application/Espo/Resources/layouts/Webhook/listSmall.json
Normal file
14
application/Espo/Resources/layouts/Webhook/listSmall.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "event",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "isActive",
|
||||
"width": 14
|
||||
},
|
||||
{
|
||||
"name": "user",
|
||||
"width": 27
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"queueItems"
|
||||
]
|
||||
Reference in New Issue
Block a user