Skip to content

Commit 1a679eb

Browse files
committed
feat: update default layout
1 parent bd9fc53 commit 1a679eb

File tree

1 file changed

+29
-23
lines changed

1 file changed

+29
-23
lines changed

default_layout.json

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,30 @@
1-
[
2-
{
3-
"componentId": "table",
4-
"id": "table1-1",
5-
"data": {
6-
"title": "Table",
7-
"query": "SELECT * FROM entraid_users"
1+
{
2+
"layout_config": [
3+
{
4+
"componentId": "table",
5+
"id": "table1-1",
6+
"data": {
7+
"title": "Table",
8+
"query": "SELECT * FROM entraid_users"
9+
},
10+
"rowSpan": 4,
11+
"columnSpan": 4,
12+
"columnOffset": { "4": 0 }
813
},
9-
"rowSpan": 4,
10-
"columnSpan": 4,
11-
"columnOffset": { "4": 0 }
12-
},
13-
{
14-
"componentId": "table",
15-
"id": "table1-2",
16-
"data": {
17-
"title": "Table",
18-
"query": "SELECT * FROM github_repositories"
19-
},
20-
"rowSpan": 4,
21-
"columnSpan": 4,
22-
"columnOffset": { "4": 0 }
23-
}
24-
]
14+
{
15+
"componentId": "table",
16+
"id": "table1-2",
17+
"data": {
18+
"title": "Table",
19+
"query": "SELECT * FROM github_repositories"
20+
},
21+
"rowSpan": 4,
22+
"columnSpan": 4,
23+
"columnOffset": { "4": 0 }
24+
}
25+
],
26+
"name": "default_layout",
27+
"is_private" : false
28+
29+
30+
}

0 commit comments

Comments
 (0)