Skip to content

Commit e4048f6

Browse files
committed
feat: change default layout
1 parent b26a6e8 commit e4048f6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

default_layout.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"layout_config": [
3+
{
4+
"id": "shortcut",
5+
"data": {
6+
"componentId": "shortcut",
7+
"title": "Shortcuts",
8+
"description": "",
9+
"props": {}
10+
},
11+
"rowSpan": 2,
12+
"columnSpan": 3,
13+
"columnOffset": { "4": 0 }
14+
},
15+
{
16+
"id": "integration",
17+
"data": {
18+
"componentId": "integration",
19+
"title": "Integrations",
20+
"description": "",
21+
"props": {}
22+
},
23+
"rowSpan": 8,
24+
"columnSpan": 1,
25+
"columnOffset": { "4": 3 }
26+
},
327
{
428
"id": "kpi-2",
529
"data": {

0 commit comments

Comments
 (0)