@next-bricks/nav 0.1.13 → 0.2.0

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 (33) hide show
  1. package/dist/bricks.json +1 -1
  2. package/dist/chunks/{2108.36a60c1b.js → 2108.65bb020a.js} +2 -2
  3. package/dist/chunks/{2108.36a60c1b.js.map → 2108.65bb020a.js.map} +1 -1
  4. package/dist/chunks/{2784.aa321002.js → 2784.1fc8c14c.js} +1 -1
  5. package/dist/chunks/{4635.0af883a1.js → 3669.6474af66.js} +2 -2
  6. package/dist/chunks/3669.6474af66.js.map +1 -0
  7. package/dist/chunks/{4625.6a16df00.js → 4625.1c189624.js} +3 -3
  8. package/dist/chunks/{4625.6a16df00.js.map → 4625.1c189624.js.map} +1 -1
  9. package/dist/chunks/752.69b0efaf.js +2 -0
  10. package/dist/chunks/752.69b0efaf.js.map +1 -0
  11. package/dist/chunks/{9102.099fd437.js → 9102.fd7391e6.js} +3 -3
  12. package/dist/chunks/{9102.099fd437.js.map → 9102.fd7391e6.js.map} +1 -1
  13. package/dist/chunks/{eo-launchpad-button.ce91e8ad.js → eo-launchpad-button.20175225.js} +2 -2
  14. package/dist/chunks/{eo-launchpad-button.ce91e8ad.js.map → eo-launchpad-button.20175225.js.map} +1 -1
  15. package/dist/chunks/eo-nav-menu.5e727d5b.js +3 -0
  16. package/dist/chunks/eo-nav-menu.5e727d5b.js.map +1 -0
  17. package/dist/chunks/main.b8381f5c.js +2 -0
  18. package/dist/chunks/{main.8da39c3c.js.map → main.b8381f5c.js.map} +1 -1
  19. package/dist/examples.json +1 -1
  20. package/dist/index.f992d442.js +2 -0
  21. package/dist/{index.1e75a658.js.map → index.f992d442.js.map} +1 -1
  22. package/docs/eo-nav-menu.md +458 -383
  23. package/package.json +2 -2
  24. package/dist/chunks/4635.0af883a1.js.map +0 -1
  25. package/dist/chunks/752.d96dc688.js +0 -2
  26. package/dist/chunks/752.d96dc688.js.map +0 -1
  27. package/dist/chunks/eo-nav-menu.5a8c451d.js +0 -3
  28. package/dist/chunks/eo-nav-menu.5a8c451d.js.map +0 -1
  29. package/dist/chunks/main.8da39c3c.js +0 -2
  30. package/dist/index.1e75a658.js +0 -2
  31. /package/dist/chunks/{4625.6a16df00.js.LICENSE.txt → 4625.1c189624.js.LICENSE.txt} +0 -0
  32. /package/dist/chunks/{9102.099fd437.js.LICENSE.txt → 9102.fd7391e6.js.LICENSE.txt} +0 -0
  33. /package/dist/chunks/{eo-nav-menu.5a8c451d.js.LICENSE.txt → eo-nav-menu.5e727d5b.js.LICENSE.txt} +0 -0
@@ -5,431 +5,506 @@
5
5
  ### basic
6
6
 
7
7
  ```yaml preview
8
- - brick: eo-nav-menu
8
+ - brick: div
9
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
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
21
20
  type: default
22
- - title: 契约中心
23
- to: /c
21
+ - title: 资源库
24
22
  type: subMenu
25
23
  items:
26
- - text: cmdb契约
27
- to: /cmdb
24
+ - text: 构件库
25
+ to: /b
28
26
  type: default
29
- - title: devops契约
27
+ - title: 契约中心
28
+ to: /c
30
29
  type: subMenu
31
30
  items:
32
- - text: flow
33
- to: /flow
31
+ - text: cmdb契约
32
+ to: /cmdb
34
33
  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
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"
46
45
  type: default
47
- - title: 测试组
48
- type: group
46
+ - title: 接口与数据
47
+ type: subMenu
49
48
  items:
50
- - text: 挂件
51
- to: /e
52
- type: default
53
- - text: 构件
54
- to: /f
49
+ - text: Api Gateway
50
+ to: /d
55
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
56
61
  ```
57
62
 
58
- ### 分类的三级菜单
63
+ ### overflow
59
64
 
60
65
  ```yaml preview
61
- - brick: eo-nav-menu
66
+ - brick: div
62
67
  properties:
63
- menu:
64
- title: mock data
65
- menuItems:
66
- - text: 创造
67
- to: /a
68
- type: default
69
- - title: 资源库
70
- type: subMenu
71
- items:
72
- - text: 构件库
73
- to: /b
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
74
80
  type: default
75
- - title: 契约中心
76
- to: /c
81
+ - title: 资源库
77
82
  type: subMenu
78
83
  items:
79
- - text: cmdb契约
80
- to: /cmdb
84
+ - text: 构件库
85
+ to: /b
81
86
  type: default
82
- - title: devops契约
87
+ - title: 契约中心
88
+ to: /c
83
89
  type: subMenu
84
90
  items:
85
- - text: flow
86
- to: /flow
87
- type: default
88
- - text: tool
89
- to: /tool
91
+ - text: cmdb契约
92
+ to: /cmdb
90
93
  type: default
91
- - title: 服务
92
- type: group
93
- childLayout: category
94
- items:
95
- - title: 接入
96
- type: group
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
97
108
  items:
98
- - text: Nginx
99
- type: default
100
- to: /Nginx
101
- - text: HAProxy
102
- type: default
103
- to: /HAProxy
104
- - text: LVS
109
+ - text: Api Gateway
110
+ to: /d
105
111
  type: default
106
- to: /LVS
107
- - title: 逻辑
108
- type: group
112
+ - title: 测试组
113
+ type: group
114
+ items:
115
+ - text: 挂件
116
+ to: /e
117
+ type: default
118
+ - text: 构件
119
+ to: /f
120
+ type: default
121
+ ```
122
+
123
+ ### 分类的三级菜单
124
+
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
109
141
  items:
110
- - text: Apache
142
+ - text: 构件库
143
+ to: /b
111
144
  type: default
112
- to: /Apache
113
- - title: 存储
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: 服务
114
162
  type: group
163
+ childLayout: category
115
164
  items:
116
- - text: NFS
117
- type: default
118
- to: /NFS
119
- - text: Ceph
120
- type: default
121
- to: /Ceph
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
122
192
  ```
123
193
 
124
194
  ### 带网站地图的菜单
125
195
 
126
196
  ```yaml preview
127
- - brick: eo-nav-menu
197
+ - brick: div
128
198
  properties:
129
- menu:
130
- title: mock data
131
- menuItems:
132
- - text: 创造
133
- to: /a
134
- type: default
135
- - title: 资源库
136
- type: subMenu
137
- items:
138
- - text: 构件库
139
- to: /b
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
140
209
  type: default
141
- - title: 契约中心
142
- to: /c
210
+ - title: 资源库
143
211
  type: subMenu
144
212
  items:
145
- - text: cmdb契约
146
- to: /cmdb
213
+ - text: 构件库
214
+ to: /b
147
215
  type: default
148
- - title: devops契约
216
+ - title: 契约中心
217
+ to: /c
149
218
  type: subMenu
150
219
  items:
151
- - text: flow
152
- to: /flow
153
- type: default
154
- - text: tool
155
- to: /tool
220
+ - text: cmdb契约
221
+ to: /cmdb
156
222
  type: default
157
- - title: 服务
158
- type: group
159
- groupId: resource
160
- childLayout: siteMap
161
- items:
162
- - type: group
163
- childLayout: default
164
- title: 计算
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
165
236
  items:
166
- - activeExcludes: []
167
- activeIncludes:
168
- - "/computing-resource-monitor/local/host/:path+"
169
- activeMatchSearch: false
170
- childLayout: default
171
- defaultExpanded: false
172
- exact: false
173
- icon:
174
- category: second-menu
175
- icon: host-second-menu
176
- lib: easyops
177
- instanceId: 6026b804c1a66
178
- sort: 10
179
- text: 主机(本地部署)
180
- to: /computing-resource-monitor/local/host
181
- type: default
182
- children: []
183
- key: 1.0.0
184
- - activeExcludes: []
185
- activeIncludes:
186
- - /computing-resource-monitor/kubernetes/guide
187
- - /computing-resource-monitor/kubernetes/activation
188
- - "/computing-resource-monitor/kubernetes/activation/:path+"
189
- activeMatchSearch: false
237
+ - type: group
190
238
  childLayout: default
191
- defaultExpanded: false
192
- exact: false
193
- icon:
194
- category: second-menu
195
- icon: cluster-second-menu
196
- lib: easyops
197
- instanceId: 6026b804c1aca
198
- sort: 20
199
- text: 集群
200
- to: /computing-resource-monitor/kubernetes/cluster
201
- type: default
202
- children: []
203
- key: 1.0.1
204
- - activeExcludes: []
205
- activeIncludes: []
206
- activeMatchSearch: false
207
- defaultExpanded: false
208
- exact: false
209
- icon:
210
- category: second-menu
211
- icon: pod-second-menu
212
- lib: easyops
213
- instanceId: 6026b804c1b2e
214
- sort: 30
215
- text: Pod
216
- to: /computing-resource-monitor/kubernetes/pod
217
- type: default
218
- children: []
219
- key: 1.0.2
220
- - activeExcludes: []
221
- activeIncludes: []
222
- activeMatchSearch: false
223
- defaultExpanded: false
224
- exact: false
225
- icon:
226
- category: second-menu
227
- icon: node-second-menu
228
- lib: easyops
229
- instanceId: 6026b804c1b92
230
- sort: 40
231
- text: 节点
232
- to: /computing-resource-monitor/kubernetes/node
233
- type: default
234
- children: []
235
- key: 1.0.3
236
- - activeExcludes: []
237
- activeIncludes: []
238
- activeMatchSearch: false
239
- defaultExpanded: false
240
- exact: false
241
- icon:
242
- category: second-menu
243
- icon: container-second-menu
244
- lib: easyops
245
- instanceId: 6026b804c1bf6
246
- sort: 50
247
- text: 容器
248
- to: /computing-resource-monitor/docker/container
249
- type: default
250
- children: []
251
- key: 1.0.4
252
- key: "1.0"
253
- - type: group
254
- title: 存储
255
- items:
256
- - activeExcludes: []
257
- activeIncludes:
258
- - "/storage-resource-monitor/cbs/:path+"
259
- activeMatchSearch: false
260
- defaultExpanded: false
261
- exact: false
262
- icon:
263
- category: second-menu
264
- icon: tencent-cloud-hard-disk-second-menu
265
- lib: easyops
266
- instanceId: 6026b6cf6bb56
267
- sort: 0
268
- text: 腾讯云・云磁盘CBS
269
- to: /storage-resource-monitor/cbs
270
- type: default
271
- children: []
272
- key: 1.1.0
273
- - activeExcludes: []
274
- activeIncludes: []
275
- activeMatchSearch: false
276
- defaultExpanded: false
277
- exact: false
278
- icon:
279
- category: second-menu
280
- icon: container-second-menu
281
- lib: easyops
282
- instanceId: 6026b6cf6bbba
283
- sort: 0
284
- text: 腾讯云对象存储
285
- to: /storage-resource-monitor/cos
286
- type: default
287
- children: []
288
- key: 1.1.1
289
- key: "1.1"
290
- - type: group
291
- title: 网络
292
- items:
293
- - activeExcludes: []
294
- activeIncludes: []
295
- activeMatchSearch: false
296
- defaultExpanded: false
297
- exact: false
298
- icon:
299
- category: second-menu
300
- icon: loadbalance-second-menu
301
- lib: easyops
302
- instanceId: 6026b7c20c8cf
303
- sort: 0
304
- text: 负载均衡策略
305
- to: /network-resource-monitor/loadbalance
306
- type: default
307
- children: []
308
- key: 1.2.0
309
- - activeExcludes: []
310
- activeIncludes: []
311
- activeMatchSearch: false
312
- defaultExpanded: false
313
- exact: false
314
- icon:
315
- category: second-menu
316
- icon: alibaba-cloud-elastic-public-ip-second-menu
317
- lib: easyops
318
- instanceId: 6026b7c20c933
319
- sort: 0
320
- text: 阿里云・弹性公网IP
321
- to: /network-resource-monitor/ali-eip
322
- type: default
323
- children: []
324
- key: 1.2.1
325
- - activeExcludes: []
326
- activeIncludes: []
327
- activeMatchSearch: false
328
- defaultExpanded: false
329
- exact: false
330
- icon:
331
- category: second-menu
332
- icon: tencent-cloud-nat-gateway-second-menu
333
- lib: easyops
334
- instanceId: 6026b7c20c997
335
- sort: 0
336
- text: 腾讯云 · NAT网关
337
- to: /network-resource-monitor/gateway
338
- type: default
339
- children: []
340
- key: 1.2.2
341
- key: "1.2"
342
- - type: group
343
- title: 网络设备
344
- items:
345
- - activeExcludes: []
346
- activeIncludes: []
347
- activeMatchSearch: false
348
- defaultExpanded: false
349
- exact: false
350
- instanceId: 6026b8b05e892
351
- sort: 10
352
- text: 交换机
353
- to: /network-device-resource-monitor/switch
354
- type: default
355
- children: []
356
- key: 1.3.0
357
- - activeExcludes: []
358
- activeIncludes: []
359
- activeMatchSearch: false
360
- defaultExpanded: false
361
- exact: false
362
- instanceId: 6026b8b05e8f6
363
- sort: 20
364
- text: 路由器
365
- to: /network-device-resource-monitor/router
366
- type: default
367
- children: []
368
- key: 1.3.1
369
- - activeExcludes: []
370
- activeIncludes: []
371
- activeMatchSearch: false
372
- defaultExpanded: false
373
- exact: false
374
- instanceId: 6026b8b05e95a
375
- sort: 30
376
- text: 防火墙
377
- to: /network-device-resource-monitor/firewall
378
- type: default
379
- children: []
380
- key: 1.3.2
381
- key: "1.3"
382
- - type: group
383
- title: 自定义监控
384
- groupFrom: monitor
385
- items:
386
- - activeExcludes: []
387
- activeIncludes: []
388
- activeMatchSearch: false
389
- defaultExpanded: false
390
- exact: false
391
- instanceId: 6026b8b05e892
392
- sort: 10
393
- text: 主机
394
- to: /network-device-resource-monitor/host
395
- type: default
396
- children: []
397
- key: 1.4.0
398
- - activeExcludes: []
399
- activeIncludes: []
400
- activeMatchSearch: false
401
- defaultExpanded: false
402
- exact: false
403
- instanceId: 6026b8b05e8f6
404
- sort: 20
405
- text: 报文
406
- to: /network-device-resource-monitor/message
407
- type: default
408
- children: []
409
- key: 1.4.1
410
- - activeExcludes: []
411
- activeIncludes: []
412
- activeMatchSearch: false
413
- defaultExpanded: false
414
- exact: false
415
- instanceId: 6026b8b05e891
416
- sort: 30
417
- text: EasyCore
418
- to: /network-device-resource-monitor/EasyCore
419
- type: default
420
- children: []
421
- key: 1.4.2
422
- - activeExcludes: []
423
- activeIncludes: []
424
- activeMatchSearch: false
425
- defaultExpanded: false
426
- exact: false
427
- instanceId: 6026b8b05e8f7
428
- sort: 40
429
- text: 视图
430
- to: /network-device-resource-monitor/view
431
- type: default
432
- children: []
433
- key: 1.4.3
434
- key: "1.4"
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"
435
510
  ```