From 42d03699d9360b135f51a4ba08c474c888dc8114 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 6 Feb 2026 13:07:44 +0000 Subject: [PATCH] fix(schema): display_labels must only reference local attributes in extensions.yml --- schemas/extensions.yml | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/schemas/extensions.yml b/schemas/extensions.yml index 07724bd..51d8ecd 100644 --- a/schemas/extensions.yml +++ b/schemas/extensions.yml @@ -3,15 +3,16 @@ --- 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 - default_filter: name__value + human_friendly_id: + - name__value order_by: - name__value display_labels: @@ -57,18 +58,20 @@ 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 display_labels: - - local_device__name__value - - remote_device__name__value + - description__value attributes: + - name: description + kind: Text + description: Link description (e.g., spine1:eth1 <-> leaf1:eth11) - name: local_ip kind: IPNetwork description: Local interface IP with mask @@ -104,15 +107,16 @@ 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 - default_filter: hostname__value + human_friendly_id: + - hostname__value display_labels: - hostname__value attributes: