fix: update display labels and human friendly IDs across multiple schema files
This commit is contained in:
@@ -10,7 +10,7 @@ nodes:
|
||||
include_in_menu: true
|
||||
menu_placement: "LocationSite"
|
||||
human_friendly_id: ["name__value"]
|
||||
display_label: "{{ ' - '.join(filter(None, [record.name__value, record.dc_id__value])) }}"
|
||||
display_label: "name__value"
|
||||
order_by:
|
||||
- dc_id__value
|
||||
generate_template: false
|
||||
@@ -163,7 +163,7 @@ nodes:
|
||||
include_in_menu: true
|
||||
menu_placement: "InfraDatacenter"
|
||||
human_friendly_id: ["name__value"]
|
||||
display_label: "{{ record.name__value }}"
|
||||
display_label: "name__value"
|
||||
order_by:
|
||||
- bay_id__value
|
||||
attributes:
|
||||
@@ -193,6 +193,7 @@ nodes:
|
||||
kind: Parent
|
||||
- name: access_switch
|
||||
peer: NetworkDevice
|
||||
identifier: bay__access_switch
|
||||
optional: true
|
||||
cardinality: one
|
||||
kind: Attribute
|
||||
@@ -205,6 +206,7 @@ nodes:
|
||||
description: "Leaf pair serving this bay"
|
||||
- name: hosts
|
||||
peer: NetworkDevice
|
||||
identifier: bay__hosts
|
||||
optional: true
|
||||
cardinality: many
|
||||
kind: Generic
|
||||
|
||||
Reference in New Issue
Block a user