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