Skip to content

Commit a497bfa

Browse files
committed
feat: update layout json
1 parent f201a57 commit a497bfa

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

default_layout.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
[
22
{
3-
"id": ""
3+
"componentId": "table",
4+
"Name": "Table",
5+
"query": "SELECT * FROM entraid_users",
6+
"startX": 0,
7+
"startY": 0,
8+
"width": 12,
9+
"height": 6
10+
},
11+
{
12+
"componentId": "table",
13+
"Name": "Table",
14+
"query": "SELECT * FROM github_repos",
15+
"startX": 0,
16+
"startY": 0,
17+
"width": 6,
18+
"height": 4
419
}
520
]

0 commit comments

Comments
 (0)