refactor(schema): replace deprecated display_labels with display_label
This commit is contained in:
@@ -15,9 +15,7 @@ nodes:
|
|||||||
- asn__value
|
- asn__value
|
||||||
order_by:
|
order_by:
|
||||||
- asn__value
|
- asn__value
|
||||||
display_labels:
|
display_label: "asn__value"
|
||||||
- asn__value
|
|
||||||
- description__value
|
|
||||||
attributes:
|
attributes:
|
||||||
- name: asn
|
- name: asn
|
||||||
kind: Number
|
kind: Number
|
||||||
@@ -45,8 +43,7 @@ nodes:
|
|||||||
icon: mdi--router-wireless
|
icon: mdi--router-wireless
|
||||||
human_friendly_id:
|
human_friendly_id:
|
||||||
- device__name__value
|
- device__name__value
|
||||||
display_labels:
|
display_label: "router_id__value"
|
||||||
- router_id__value
|
|
||||||
attributes:
|
attributes:
|
||||||
- name: router_id
|
- name: router_id
|
||||||
kind: IPHost
|
kind: IPHost
|
||||||
@@ -94,8 +91,7 @@ nodes:
|
|||||||
icon: mdi--account-group
|
icon: mdi--account-group
|
||||||
human_friendly_id:
|
human_friendly_id:
|
||||||
- name__value
|
- name__value
|
||||||
display_labels:
|
display_label: "name__value"
|
||||||
- name__value
|
|
||||||
attributes:
|
attributes:
|
||||||
- name: name
|
- name: name
|
||||||
kind: Text
|
kind: Text
|
||||||
@@ -167,8 +163,7 @@ nodes:
|
|||||||
icon: mdi--connection
|
icon: mdi--connection
|
||||||
human_friendly_id:
|
human_friendly_id:
|
||||||
- peer_address__value
|
- peer_address__value
|
||||||
display_labels:
|
display_label: "peer_address__value"
|
||||||
- peer_address__value
|
|
||||||
attributes:
|
attributes:
|
||||||
- name: peer_address
|
- name: peer_address
|
||||||
kind: IPHost
|
kind: IPHost
|
||||||
@@ -208,9 +203,7 @@ nodes:
|
|||||||
description: BGP address family configuration
|
description: BGP address family configuration
|
||||||
label: BGP Address Family
|
label: BGP Address Family
|
||||||
icon: mdi--format-list-bulleted
|
icon: mdi--format-list-bulleted
|
||||||
display_labels:
|
display_label: "afi__value"
|
||||||
- afi__value
|
|
||||||
- safi__value
|
|
||||||
attributes:
|
attributes:
|
||||||
- name: afi
|
- name: afi
|
||||||
kind: Dropdown
|
kind: Dropdown
|
||||||
|
|||||||
Reference in New Issue
Block a user