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