Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions base/dcim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ generics:
description: Generic Device object.
label: Device
icon: mdi:server
include_in_menu: false
human_friendly_id:
- name__value
order_by:
Expand Down
4 changes: 2 additions & 2 deletions experimental/optical_transport/optical_transport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ generics:
namespace: Dcim
description: "Generic base for any channel allocation/routing (fiber, cable, or internal cross-connect)"
label: "Channel Mapping"
include_in_menu: true
include_in_menu: false
attributes:
# TODO: Replace with a proper status
- name: is_active
Expand Down Expand Up @@ -66,7 +66,7 @@ generics:
namespace: Dcim
description: "Generic interface for any device that can multiplex DWDM channels (active or passive)"
label: "Optical Multiplexer Device"
include_in_menu: true
include_in_menu: false
uniqueness_constraints:
- [computed_name__value]
attributes:
Expand Down
Loading