Initial commit
This commit is contained in:
13
application/Espo/Resources/layouts/AppSecret/detail.json
Normal file
13
application/Espo/Resources/layouts/AppSecret/detail.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, false],
|
||||
[{"name": "value"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}],
|
||||
[{"name": "value"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "description"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
10
application/Espo/Resources/layouts/AppSecret/list.json
Normal file
10
application/Espo/Resources/layouts/AppSecret/list.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"width": 50
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user