feat(schema): add include_in_menu: false to all extension nodes #41
This commit is contained in:
@@ -3,14 +3,15 @@
|
||||
---
|
||||
version: "1.0"
|
||||
nodes:
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# Fabric (Top-level container for all fabric objects)
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: Fabric
|
||||
namespace: Infra
|
||||
description: EVPN-VXLAN Fabric definition
|
||||
label: Fabric
|
||||
icon: mdi--vector-polygon
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- name__value
|
||||
order_by:
|
||||
@@ -57,14 +58,15 @@ nodes:
|
||||
cardinality: many
|
||||
optional: true
|
||||
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# Underlay P2P Link
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: UnderlayLink
|
||||
namespace: Infra
|
||||
description: Point-to-point underlay link between devices
|
||||
label: Underlay Link
|
||||
icon: mdi--cable-data
|
||||
include_in_menu: false
|
||||
display_label: "{{ description__value }}"
|
||||
attributes:
|
||||
- name: description
|
||||
@@ -106,14 +108,15 @@ nodes:
|
||||
cardinality: one
|
||||
direction: outbound
|
||||
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
# Host Connection
|
||||
# ===================================================================
|
||||
# ================================================================
|
||||
- name: HostConnection
|
||||
namespace: Infra
|
||||
description: Host connection to fabric (single or dual-homed)
|
||||
label: Host Connection
|
||||
icon: mdi--desktop-tower
|
||||
include_in_menu: false
|
||||
human_friendly_id:
|
||||
- hostname__value
|
||||
display_label: "{{ hostname__value }}"
|
||||
|
||||
Reference in New Issue
Block a user