Skip to content
This repository was archived by the owner on Mar 4, 2022. It is now read-only.

Commit a08165b

Browse files
committed
create layout
1 parent 88924aa commit a08165b

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

lib/default-layout-config.js

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,47 @@ module.exports = [
120120
}
121121
]
122122
}
123+
],
124+
[
125+
{
126+
views: [
127+
{
128+
position: {
129+
grow: 2
130+
},
131+
type: "panel",
132+
views: [
133+
{
134+
type: "panel",
135+
views: [
136+
{
137+
type: "nodeDetails"
138+
},
139+
{
140+
type: "systemDetails"
141+
}
142+
]
143+
},
144+
{
145+
type: "panel",
146+
views: [
147+
{
148+
type: "cpuDetails"
149+
},
150+
{
151+
type: "userDetails"
152+
}
153+
]
154+
}
155+
]
156+
},
157+
{
158+
position: {
159+
grow: 5
160+
},
161+
type: "envDetails"
162+
}
163+
]
164+
}
123165
]
124166
];

0 commit comments

Comments
 (0)