@next-bricks/nav 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{2108.57ab2132.js → 2108.ed3faa15.js} +2 -2
  3. package/dist/chunks/{2108.57ab2132.js.map → 2108.ed3faa15.js.map} +1 -1
  4. package/dist/chunks/{6292.e19c902d.js → 2784.f1276a06.js} +2 -3
  5. package/dist/chunks/327.134a9f0e.js +3 -0
  6. package/dist/chunks/327.134a9f0e.js.map +1 -0
  7. package/dist/chunks/3532.46da3c2d.js +2 -0
  8. package/dist/chunks/3532.46da3c2d.js.map +1 -0
  9. package/dist/chunks/{3669.6474af66.js → 3669.c168beec.js} +2 -2
  10. package/dist/chunks/3669.c168beec.js.map +1 -0
  11. package/dist/chunks/4969.031f8217.js +2 -0
  12. package/dist/chunks/4969.031f8217.js.map +1 -0
  13. package/dist/chunks/{5636.ab9986cb.js → 5636.be59ed9e.js} +2 -2
  14. package/dist/chunks/{5636.ab9986cb.js.map → 5636.be59ed9e.js.map} +1 -1
  15. package/dist/chunks/{9102.fd7391e6.js → 9102.76869d94.js} +3 -3
  16. package/dist/chunks/{9102.fd7391e6.js.map → 9102.76869d94.js.map} +1 -1
  17. package/dist/chunks/eo-launchpad-button.ba14af12.js +2 -0
  18. package/dist/chunks/{eo-launchpad-button.3160c6ec.js.map → eo-launchpad-button.ba14af12.js.map} +1 -1
  19. package/dist/chunks/eo-nav-menu.acdb8ace.js +3 -0
  20. package/dist/chunks/{eo-nav-menu.b30c438d.js.map → eo-nav-menu.acdb8ace.js.map} +1 -1
  21. package/dist/chunks/main.78a04185.js +2 -0
  22. package/dist/chunks/{main.cc03d01f.js.map → main.78a04185.js.map} +1 -1
  23. package/dist/examples.json +1 -1
  24. package/dist/index.eefcac87.js +2 -0
  25. package/dist/{index.10add9c0.js.map → index.eefcac87.js.map} +1 -1
  26. package/docs/eo-nav-menu.md +471 -491
  27. package/package.json +3 -3
  28. package/dist/chunks/2784.1fc8c14c.js +0 -1
  29. package/dist/chunks/3669.6474af66.js.map +0 -1
  30. package/dist/chunks/4625.1c189624.js +0 -3
  31. package/dist/chunks/4625.1c189624.js.map +0 -1
  32. package/dist/chunks/6292.e19c902d.js.map +0 -1
  33. package/dist/chunks/752.6237e0e4.js +0 -2
  34. package/dist/chunks/752.6237e0e4.js.map +0 -1
  35. package/dist/chunks/eo-launchpad-button.3160c6ec.js +0 -2
  36. package/dist/chunks/eo-nav-menu.b30c438d.js +0 -3
  37. package/dist/chunks/main.cc03d01f.js +0 -2
  38. package/dist/index.10add9c0.js +0 -2
  39. /package/dist/chunks/{6292.e19c902d.js.LICENSE.txt → 2784.f1276a06.js.LICENSE.txt} +0 -0
  40. /package/dist/chunks/{4625.1c189624.js.LICENSE.txt → 327.134a9f0e.js.LICENSE.txt} +0 -0
  41. /package/dist/chunks/{9102.fd7391e6.js.LICENSE.txt → 9102.76869d94.js.LICENSE.txt} +0 -0
  42. /package/dist/chunks/{eo-nav-menu.b30c438d.js.LICENSE.txt → eo-nav-menu.acdb8ace.js.LICENSE.txt} +0 -0
@@ -4,507 +4,487 @@
4
4
 
5
5
  ### basic
6
6
 
7
- ```yaml preview
8
- - brick: div
9
- properties:
10
- style:
11
- height: 200px
12
- children:
13
- - brick: eo-nav-menu
14
- properties:
15
- menu:
16
- title: mock data
17
- menuItems:
18
- - text: 创造
19
- to: /a
20
- type: default
21
- - title: 资源库
22
- type: subMenu
23
- items:
24
- - text: 构件库
25
- to: /b
26
- type: default
27
- - title: 契约中心
28
- to: /c
29
- type: subMenu
30
- items:
31
- - text: cmdb契约
32
- to: /cmdb
33
- type: default
34
- - title: devops契约
35
- type: subMenu
36
- items:
37
- - text: flow
38
- to: /flow
39
- type: default
40
- - text: tool
41
- to: /tool
42
- type: default
43
- - text: 文档中心
44
- href: "http://www.baidu.com"
45
- type: default
46
- - title: 接口与数据
47
- type: subMenu
48
- items:
49
- - text: Api Gateway
50
- to: /d
51
- type: default
52
- - title: 测试组
53
- type: group
54
- items:
55
- - text: 挂件
56
- to: /e
57
- type: default
58
- - text: 构件
59
- to: /f
60
- type: default
7
+ ```yaml preview minHeight="300px"
8
+ brick: eo-nav-menu
9
+ properties:
10
+ menu:
11
+ title: mock data
12
+ menuItems:
13
+ - text: 创造
14
+ to: /a
15
+ type: default
16
+ - title: 资源库
17
+ type: subMenu
18
+ items:
19
+ - text: 构件库
20
+ to: /b
21
+ type: default
22
+ - title: 契约中心
23
+ to: /c
24
+ type: subMenu
25
+ items:
26
+ - text: cmdb契约
27
+ to: /cmdb
28
+ type: default
29
+ - title: devops契约
30
+ type: subMenu
31
+ items:
32
+ - text: flow
33
+ to: /flow
34
+ type: default
35
+ - text: tool
36
+ to: /tool
37
+ type: default
38
+ - text: 文档中心
39
+ href: "http://www.baidu.com"
40
+ type: default
41
+ - title: 接口与数据
42
+ type: subMenu
43
+ items:
44
+ - text: Api Gateway
45
+ to: /d
46
+ type: default
47
+ - title: 测试组
48
+ type: group
49
+ items:
50
+ - text: 挂件
51
+ to: /e
52
+ type: default
53
+ - text: 构件
54
+ to: /f
55
+ type: default
61
56
  ```
62
57
 
63
58
  ### overflow
64
59
 
65
- ```yaml preview
66
- - brick: div
67
- properties:
68
- style:
69
- height: 200px
70
- children:
71
- - brick: eo-nav-menu
72
- properties:
73
- style:
74
- width: 100px
75
- menu:
76
- title: mock data
77
- menuItems:
78
- - text: 创造
79
- to: /a
80
- type: default
81
- - title: 资源库
82
- type: subMenu
83
- items:
84
- - text: 构件库
85
- to: /b
86
- type: default
87
- - title: 契约中心
88
- to: /c
89
- type: subMenu
90
- items:
91
- - text: cmdb契约
92
- to: /cmdb
93
- type: default
94
- - title: devops契约
95
- type: subMenu
96
- items:
97
- - text: flow
98
- to: /flow
99
- type: default
100
- - text: tool
101
- to: /tool
102
- type: default
103
- - text: 文档中心
104
- href: "http://www.baidu.com"
105
- type: default
106
- - title: 接口与数据
107
- type: subMenu
108
- items:
109
- - text: Api Gateway
110
- to: /d
111
- type: default
112
- - title: 测试组
113
- type: group
114
- items:
115
- - text: 挂件
116
- to: /e
117
- type: default
118
- - text: 构件
119
- to: /f
120
- type: default
60
+ ```yaml preview minHeight="300px"
61
+ brick: eo-nav-menu
62
+ properties:
63
+ style:
64
+ width: 100px
65
+ menu:
66
+ title: mock data
67
+ menuItems:
68
+ - text: 创造
69
+ to: /a
70
+ type: default
71
+ - title: 资源库
72
+ type: subMenu
73
+ items:
74
+ - text: 构件库
75
+ to: /b
76
+ type: default
77
+ - title: 契约中心
78
+ to: /c
79
+ type: subMenu
80
+ items:
81
+ - text: cmdb契约
82
+ to: /cmdb
83
+ type: default
84
+ - title: devops契约
85
+ type: subMenu
86
+ items:
87
+ - text: flow
88
+ to: /flow
89
+ type: default
90
+ - text: tool
91
+ to: /tool
92
+ type: default
93
+ - text: 文档中心
94
+ href: "http://www.baidu.com"
95
+ type: default
96
+ - title: 接口与数据
97
+ type: subMenu
98
+ items:
99
+ - text: Api Gateway
100
+ to: /d
101
+ type: default
102
+ - title: 测试组
103
+ type: group
104
+ items:
105
+ - text: 挂件
106
+ to: /e
107
+ type: default
108
+ - text: 构件
109
+ to: /f
110
+ type: default
121
111
  ```
122
112
 
123
113
  ### 分类的三级菜单
124
114
 
125
- ```yaml preview
126
- - brick: div
127
- properties:
128
- style:
129
- height: 200px
130
- children:
131
- - brick: eo-nav-menu
132
- properties:
133
- menu:
134
- title: mock data
135
- menuItems:
136
- - text: 创造
137
- to: /a
138
- type: default
139
- - title: 资源库
140
- type: subMenu
141
- items:
142
- - text: 构件库
143
- to: /b
144
- type: default
145
- - title: 契约中心
146
- to: /c
147
- type: subMenu
148
- items:
149
- - text: cmdb契约
150
- to: /cmdb
151
- type: default
152
- - title: devops契约
153
- type: subMenu
154
- items:
155
- - text: flow
156
- to: /flow
157
- type: default
158
- - text: tool
159
- to: /tool
160
- type: default
161
- - title: 服务
162
- type: group
163
- childLayout: category
164
- items:
165
- - title: 接入
166
- type: group
167
- items:
168
- - text: Nginx
169
- type: default
170
- to: /Nginx
171
- - text: HAProxy
172
- type: default
173
- to: /HAProxy
174
- - text: LVS
175
- type: default
176
- to: /LVS
177
- - title: 逻辑
178
- type: group
179
- items:
180
- - text: Apache
181
- type: default
182
- to: /Apache
183
- - title: 存储
184
- type: group
185
- items:
186
- - text: NFS
187
- type: default
188
- to: /NFS
189
- - text: Ceph
190
- type: default
191
- to: /Ceph
115
+ ```yaml preview minHeight="300px"
116
+ brick: eo-nav-menu
117
+ properties:
118
+ menu:
119
+ title: mock data
120
+ menuItems:
121
+ - text: 创造
122
+ to: /a
123
+ type: default
124
+ - title: 资源库
125
+ type: subMenu
126
+ items:
127
+ - text: 构件库
128
+ to: /b
129
+ type: default
130
+ - title: 契约中心
131
+ to: /c
132
+ type: subMenu
133
+ items:
134
+ - text: cmdb契约
135
+ to: /cmdb
136
+ type: default
137
+ - title: devops契约
138
+ type: subMenu
139
+ items:
140
+ - text: flow
141
+ to: /flow
142
+ type: default
143
+ - text: tool
144
+ to: /tool
145
+ type: default
146
+ - title: 服务
147
+ type: group
148
+ childLayout: category
149
+ items:
150
+ - title: 接入
151
+ type: group
152
+ items:
153
+ - text: Nginx
154
+ type: default
155
+ to: /Nginx
156
+ - text: HAProxy
157
+ type: default
158
+ to: /HAProxy
159
+ - text: LVS
160
+ type: default
161
+ to: /LVS
162
+ - title: 逻辑
163
+ type: group
164
+ items:
165
+ - text: Apache
166
+ type: default
167
+ to: /Apache
168
+ - title: 存储
169
+ type: group
170
+ items:
171
+ - text: NFS
172
+ type: default
173
+ to: /NFS
174
+ - text: Ceph
175
+ type: default
176
+ to: /Ceph
192
177
  ```
193
178
 
194
179
  ### 带网站地图的菜单
195
180
 
196
- ```yaml preview
197
- - brick: div
198
- properties:
199
- style:
200
- height: 200px
201
- children:
202
- - brick: eo-nav-menu
203
- properties:
204
- menu:
205
- title: mock data
206
- menuItems:
207
- - text: 创造
208
- to: /a
209
- type: default
210
- - title: 资源库
211
- type: subMenu
212
- items:
213
- - text: 构件库
214
- to: /b
215
- type: default
216
- - title: 契约中心
217
- to: /c
218
- type: subMenu
219
- items:
220
- - text: cmdb契约
221
- to: /cmdb
222
- type: default
223
- - title: devops契约
224
- type: subMenu
225
- items:
226
- - text: flow
227
- to: /flow
228
- type: default
229
- - text: tool
230
- to: /tool
231
- type: default
232
- - title: 服务
233
- type: group
234
- groupId: resource
235
- childLayout: siteMap
236
- items:
237
- - type: group
238
- childLayout: default
239
- title: 计算
240
- items:
241
- - activeExcludes: []
242
- activeIncludes:
243
- - "/computing-resource-monitor/local/host/:path+"
244
- activeMatchSearch: false
245
- childLayout: default
246
- defaultExpanded: false
247
- exact: false
248
- icon:
249
- category: second-menu
250
- icon: host-second-menu
251
- lib: easyops
252
- instanceId: 6026b804c1a66
253
- sort: 10
254
- text: 主机(本地部署)
255
- to: /computing-resource-monitor/local/host
256
- type: default
257
- children: []
258
- key: 1.0.0
259
- - activeExcludes: []
260
- activeIncludes:
261
- - /computing-resource-monitor/kubernetes/guide
262
- - /computing-resource-monitor/kubernetes/activation
263
- - "/computing-resource-monitor/kubernetes/activation/:path+"
264
- activeMatchSearch: false
265
- childLayout: default
266
- defaultExpanded: false
267
- exact: false
268
- icon:
269
- category: second-menu
270
- icon: cluster-second-menu
271
- lib: easyops
272
- instanceId: 6026b804c1aca
273
- sort: 20
274
- text: 集群
275
- to: /computing-resource-monitor/kubernetes/cluster
276
- type: default
277
- children: []
278
- key: 1.0.1
279
- - activeExcludes: []
280
- activeIncludes: []
281
- activeMatchSearch: false
282
- defaultExpanded: false
283
- exact: false
284
- icon:
285
- category: second-menu
286
- icon: pod-second-menu
287
- lib: easyops
288
- instanceId: 6026b804c1b2e
289
- sort: 30
290
- text: Pod
291
- to: /computing-resource-monitor/kubernetes/pod
292
- type: default
293
- children: []
294
- key: 1.0.2
295
- - activeExcludes: []
296
- activeIncludes: []
297
- activeMatchSearch: false
298
- defaultExpanded: false
299
- exact: false
300
- icon:
301
- category: second-menu
302
- icon: node-second-menu
303
- lib: easyops
304
- instanceId: 6026b804c1b92
305
- sort: 40
306
- text: 节点
307
- to: /computing-resource-monitor/kubernetes/node
308
- type: default
309
- children: []
310
- key: 1.0.3
311
- - activeExcludes: []
312
- activeIncludes: []
313
- activeMatchSearch: false
314
- defaultExpanded: false
315
- exact: false
316
- icon:
317
- category: second-menu
318
- icon: container-second-menu
319
- lib: easyops
320
- instanceId: 6026b804c1bf6
321
- sort: 50
322
- text: 容器
323
- to: /computing-resource-monitor/docker/container
324
- type: default
325
- children: []
326
- key: 1.0.4
327
- key: "1.0"
328
- - type: group
329
- title: 存储
330
- items:
331
- - activeExcludes: []
332
- activeIncludes:
333
- - "/storage-resource-monitor/cbs/:path+"
334
- activeMatchSearch: false
335
- defaultExpanded: false
336
- exact: false
337
- icon:
338
- category: second-menu
339
- icon: tencent-cloud-hard-disk-second-menu
340
- lib: easyops
341
- instanceId: 6026b6cf6bb56
342
- sort: 0
343
- text: 腾讯云・云磁盘CBS
344
- to: /storage-resource-monitor/cbs
345
- type: default
346
- children: []
347
- key: 1.1.0
348
- - activeExcludes: []
349
- activeIncludes: []
350
- activeMatchSearch: false
351
- defaultExpanded: false
352
- exact: false
353
- icon:
354
- category: second-menu
355
- icon: container-second-menu
356
- lib: easyops
357
- instanceId: 6026b6cf6bbba
358
- sort: 0
359
- text: 腾讯云对象存储
360
- to: /storage-resource-monitor/cos
361
- type: default
362
- children: []
363
- key: 1.1.1
364
- key: "1.1"
365
- - type: group
366
- title: 网络
367
- items:
368
- - activeExcludes: []
369
- activeIncludes: []
370
- activeMatchSearch: false
371
- defaultExpanded: false
372
- exact: false
373
- icon:
374
- category: second-menu
375
- icon: loadbalance-second-menu
376
- lib: easyops
377
- instanceId: 6026b7c20c8cf
378
- sort: 0
379
- text: 负载均衡策略
380
- to: /network-resource-monitor/loadbalance
381
- type: default
382
- children: []
383
- key: 1.2.0
384
- - activeExcludes: []
385
- activeIncludes: []
386
- activeMatchSearch: false
387
- defaultExpanded: false
388
- exact: false
389
- icon:
390
- category: second-menu
391
- icon: alibaba-cloud-elastic-public-ip-second-menu
392
- lib: easyops
393
- instanceId: 6026b7c20c933
394
- sort: 0
395
- text: 阿里云・弹性公网IP
396
- to: /network-resource-monitor/ali-eip
397
- type: default
398
- children: []
399
- key: 1.2.1
400
- - activeExcludes: []
401
- activeIncludes: []
402
- activeMatchSearch: false
403
- defaultExpanded: false
404
- exact: false
405
- icon:
406
- category: second-menu
407
- icon: tencent-cloud-nat-gateway-second-menu
408
- lib: easyops
409
- instanceId: 6026b7c20c997
410
- sort: 0
411
- text: 腾讯云 · NAT网关
412
- to: /network-resource-monitor/gateway
413
- type: default
414
- children: []
415
- key: 1.2.2
416
- key: "1.2"
417
- - type: group
418
- title: 网络设备
419
- items:
420
- - activeExcludes: []
421
- activeIncludes: []
422
- activeMatchSearch: false
423
- defaultExpanded: false
424
- exact: false
425
- instanceId: 6026b8b05e892
426
- sort: 10
427
- text: 交换机
428
- to: /network-device-resource-monitor/switch
429
- type: default
430
- children: []
431
- key: 1.3.0
432
- - activeExcludes: []
433
- activeIncludes: []
434
- activeMatchSearch: false
435
- defaultExpanded: false
436
- exact: false
437
- instanceId: 6026b8b05e8f6
438
- sort: 20
439
- text: 路由器
440
- to: /network-device-resource-monitor/router
441
- type: default
442
- children: []
443
- key: 1.3.1
444
- - activeExcludes: []
445
- activeIncludes: []
446
- activeMatchSearch: false
447
- defaultExpanded: false
448
- exact: false
449
- instanceId: 6026b8b05e95a
450
- sort: 30
451
- text: 防火墙
452
- to: /network-device-resource-monitor/firewall
453
- type: default
454
- children: []
455
- key: 1.3.2
456
- key: "1.3"
457
- - type: group
458
- title: 自定义监控
459
- groupFrom: monitor
460
- items:
461
- - activeExcludes: []
462
- activeIncludes: []
463
- activeMatchSearch: false
464
- defaultExpanded: false
465
- exact: false
466
- instanceId: 6026b8b05e892
467
- sort: 10
468
- text: 主机
469
- to: /network-device-resource-monitor/host
470
- type: default
471
- children: []
472
- key: 1.4.0
473
- - activeExcludes: []
474
- activeIncludes: []
475
- activeMatchSearch: false
476
- defaultExpanded: false
477
- exact: false
478
- instanceId: 6026b8b05e8f6
479
- sort: 20
480
- text: 报文
481
- to: /network-device-resource-monitor/message
482
- type: default
483
- children: []
484
- key: 1.4.1
485
- - activeExcludes: []
486
- activeIncludes: []
487
- activeMatchSearch: false
488
- defaultExpanded: false
489
- exact: false
490
- instanceId: 6026b8b05e891
491
- sort: 30
492
- text: EasyCore
493
- to: /network-device-resource-monitor/EasyCore
494
- type: default
495
- children: []
496
- key: 1.4.2
497
- - activeExcludes: []
498
- activeIncludes: []
499
- activeMatchSearch: false
500
- defaultExpanded: false
501
- exact: false
502
- instanceId: 6026b8b05e8f7
503
- sort: 40
504
- text: 视图
505
- to: /network-device-resource-monitor/view
506
- type: default
507
- children: []
508
- key: 1.4.3
509
- key: "1.4"
181
+ ```yaml preview minHeight="500px"
182
+ brick: eo-nav-menu
183
+ properties:
184
+ menu:
185
+ title: mock data
186
+ menuItems:
187
+ - text: 创造
188
+ to: /a
189
+ type: default
190
+ - title: 资源库
191
+ type: subMenu
192
+ items:
193
+ - text: 构件库
194
+ to: /b
195
+ type: default
196
+ - title: 契约中心
197
+ to: /c
198
+ type: subMenu
199
+ items:
200
+ - text: cmdb契约
201
+ to: /cmdb
202
+ type: default
203
+ - title: devops契约
204
+ type: subMenu
205
+ items:
206
+ - text: flow
207
+ to: /flow
208
+ type: default
209
+ - text: tool
210
+ to: /tool
211
+ type: default
212
+ - title: 服务
213
+ type: group
214
+ groupId: resource
215
+ childLayout: siteMap
216
+ items:
217
+ - type: group
218
+ childLayout: default
219
+ title: 计算
220
+ items:
221
+ - activeExcludes: []
222
+ activeIncludes:
223
+ - "/computing-resource-monitor/local/host/:path+"
224
+ activeMatchSearch: false
225
+ childLayout: default
226
+ defaultExpanded: false
227
+ exact: false
228
+ icon:
229
+ category: second-menu
230
+ icon: host-second-menu
231
+ lib: easyops
232
+ instanceId: 6026b804c1a66
233
+ sort: 10
234
+ text: 主机(本地部署)
235
+ to: /computing-resource-monitor/local/host
236
+ type: default
237
+ children: []
238
+ key: 1.0.0
239
+ - activeExcludes: []
240
+ activeIncludes:
241
+ - /computing-resource-monitor/kubernetes/guide
242
+ - /computing-resource-monitor/kubernetes/activation
243
+ - "/computing-resource-monitor/kubernetes/activation/:path+"
244
+ activeMatchSearch: false
245
+ childLayout: default
246
+ defaultExpanded: false
247
+ exact: false
248
+ icon:
249
+ category: second-menu
250
+ icon: cluster-second-menu
251
+ lib: easyops
252
+ instanceId: 6026b804c1aca
253
+ sort: 20
254
+ text: 集群
255
+ to: /computing-resource-monitor/kubernetes/cluster
256
+ type: default
257
+ children: []
258
+ key: 1.0.1
259
+ - activeExcludes: []
260
+ activeIncludes: []
261
+ activeMatchSearch: false
262
+ defaultExpanded: false
263
+ exact: false
264
+ icon:
265
+ category: second-menu
266
+ icon: pod-second-menu
267
+ lib: easyops
268
+ instanceId: 6026b804c1b2e
269
+ sort: 30
270
+ text: Pod
271
+ to: /computing-resource-monitor/kubernetes/pod
272
+ type: default
273
+ children: []
274
+ key: 1.0.2
275
+ - activeExcludes: []
276
+ activeIncludes: []
277
+ activeMatchSearch: false
278
+ defaultExpanded: false
279
+ exact: false
280
+ icon:
281
+ category: second-menu
282
+ icon: node-second-menu
283
+ lib: easyops
284
+ instanceId: 6026b804c1b92
285
+ sort: 40
286
+ text: 节点
287
+ to: /computing-resource-monitor/kubernetes/node
288
+ type: default
289
+ children: []
290
+ key: 1.0.3
291
+ - activeExcludes: []
292
+ activeIncludes: []
293
+ activeMatchSearch: false
294
+ defaultExpanded: false
295
+ exact: false
296
+ icon:
297
+ category: second-menu
298
+ icon: container-second-menu
299
+ lib: easyops
300
+ instanceId: 6026b804c1bf6
301
+ sort: 50
302
+ text: 容器
303
+ to: /computing-resource-monitor/docker/container
304
+ type: default
305
+ children: []
306
+ key: 1.0.4
307
+ key: "1.0"
308
+ - type: group
309
+ title: 存储
310
+ items:
311
+ - activeExcludes: []
312
+ activeIncludes:
313
+ - "/storage-resource-monitor/cbs/:path+"
314
+ activeMatchSearch: false
315
+ defaultExpanded: false
316
+ exact: false
317
+ icon:
318
+ category: second-menu
319
+ icon: tencent-cloud-hard-disk-second-menu
320
+ lib: easyops
321
+ instanceId: 6026b6cf6bb56
322
+ sort: 0
323
+ text: 腾讯云・云磁盘CBS
324
+ to: /storage-resource-monitor/cbs
325
+ type: default
326
+ children: []
327
+ key: 1.1.0
328
+ - activeExcludes: []
329
+ activeIncludes: []
330
+ activeMatchSearch: false
331
+ defaultExpanded: false
332
+ exact: false
333
+ icon:
334
+ category: second-menu
335
+ icon: container-second-menu
336
+ lib: easyops
337
+ instanceId: 6026b6cf6bbba
338
+ sort: 0
339
+ text: 腾讯云对象存储
340
+ to: /storage-resource-monitor/cos
341
+ type: default
342
+ children: []
343
+ key: 1.1.1
344
+ key: "1.1"
345
+ - type: group
346
+ title: 网络
347
+ items:
348
+ - activeExcludes: []
349
+ activeIncludes: []
350
+ activeMatchSearch: false
351
+ defaultExpanded: false
352
+ exact: false
353
+ icon:
354
+ category: second-menu
355
+ icon: loadbalance-second-menu
356
+ lib: easyops
357
+ instanceId: 6026b7c20c8cf
358
+ sort: 0
359
+ text: 负载均衡策略
360
+ to: /network-resource-monitor/loadbalance
361
+ type: default
362
+ children: []
363
+ key: 1.2.0
364
+ - activeExcludes: []
365
+ activeIncludes: []
366
+ activeMatchSearch: false
367
+ defaultExpanded: false
368
+ exact: false
369
+ icon:
370
+ category: second-menu
371
+ icon: alibaba-cloud-elastic-public-ip-second-menu
372
+ lib: easyops
373
+ instanceId: 6026b7c20c933
374
+ sort: 0
375
+ text: 阿里云・弹性公网IP
376
+ to: /network-resource-monitor/ali-eip
377
+ type: default
378
+ children: []
379
+ key: 1.2.1
380
+ - activeExcludes: []
381
+ activeIncludes: []
382
+ activeMatchSearch: false
383
+ defaultExpanded: false
384
+ exact: false
385
+ icon:
386
+ category: second-menu
387
+ icon: tencent-cloud-nat-gateway-second-menu
388
+ lib: easyops
389
+ instanceId: 6026b7c20c997
390
+ sort: 0
391
+ text: 腾讯云 · NAT网关
392
+ to: /network-resource-monitor/gateway
393
+ type: default
394
+ children: []
395
+ key: 1.2.2
396
+ key: "1.2"
397
+ - type: group
398
+ title: 网络设备
399
+ items:
400
+ - activeExcludes: []
401
+ activeIncludes: []
402
+ activeMatchSearch: false
403
+ defaultExpanded: false
404
+ exact: false
405
+ instanceId: 6026b8b05e892
406
+ sort: 10
407
+ text: 交换机
408
+ to: /network-device-resource-monitor/switch
409
+ type: default
410
+ children: []
411
+ key: 1.3.0
412
+ - activeExcludes: []
413
+ activeIncludes: []
414
+ activeMatchSearch: false
415
+ defaultExpanded: false
416
+ exact: false
417
+ instanceId: 6026b8b05e8f6
418
+ sort: 20
419
+ text: 路由器
420
+ to: /network-device-resource-monitor/router
421
+ type: default
422
+ children: []
423
+ key: 1.3.1
424
+ - activeExcludes: []
425
+ activeIncludes: []
426
+ activeMatchSearch: false
427
+ defaultExpanded: false
428
+ exact: false
429
+ instanceId: 6026b8b05e95a
430
+ sort: 30
431
+ text: 防火墙
432
+ to: /network-device-resource-monitor/firewall
433
+ type: default
434
+ children: []
435
+ key: 1.3.2
436
+ key: "1.3"
437
+ - type: group
438
+ title: 自定义监控
439
+ groupFrom: monitor
440
+ items:
441
+ - activeExcludes: []
442
+ activeIncludes: []
443
+ activeMatchSearch: false
444
+ defaultExpanded: false
445
+ exact: false
446
+ instanceId: 6026b8b05e892
447
+ sort: 10
448
+ text: 主机
449
+ to: /network-device-resource-monitor/host
450
+ type: default
451
+ children: []
452
+ key: 1.4.0
453
+ - activeExcludes: []
454
+ activeIncludes: []
455
+ activeMatchSearch: false
456
+ defaultExpanded: false
457
+ exact: false
458
+ instanceId: 6026b8b05e8f6
459
+ sort: 20
460
+ text: 报文
461
+ to: /network-device-resource-monitor/message
462
+ type: default
463
+ children: []
464
+ key: 1.4.1
465
+ - activeExcludes: []
466
+ activeIncludes: []
467
+ activeMatchSearch: false
468
+ defaultExpanded: false
469
+ exact: false
470
+ instanceId: 6026b8b05e891
471
+ sort: 30
472
+ text: EasyCore
473
+ to: /network-device-resource-monitor/EasyCore
474
+ type: default
475
+ children: []
476
+ key: 1.4.2
477
+ - activeExcludes: []
478
+ activeIncludes: []
479
+ activeMatchSearch: false
480
+ defaultExpanded: false
481
+ exact: false
482
+ instanceId: 6026b8b05e8f7
483
+ sort: 40
484
+ text: 视图
485
+ to: /network-device-resource-monitor/view
486
+ type: default
487
+ children: []
488
+ key: 1.4.3
489
+ key: "1.4"
510
490
  ```