mirror of
https://github.com/netbox-community/devicetype-library.git
synced 2024-11-21 16:03:23 +01:00
Improve documentation for module bay positions (and remove a spurious position) (#1587)
* Remove spurious "position" * Improve documentation for module bay positions * Fix documentaiton incorrect string used for automatic component renaming
This commit is contained in:
parent
2e950018c4
commit
5e82986194
@ -168,7 +168,7 @@ The available fields for each type of component are listed below.
|
||||
|
||||
- `name`: Name
|
||||
- `label`: Label
|
||||
- `position`: The module bay's position within the parent device
|
||||
- `position`: The alphanumeric position in which this module bay is situated within the parent device. When creating module components, the string `{module}` in the component name will be replaced with the module bay's `position`. See the [NetBox Documentation](https://docs.netbox.dev/en/stable/models/dcim/moduletype/#automatic-component-renaming) for more details.
|
||||
|
||||
#### Device Bays
|
||||
|
||||
|
@ -16,9 +16,7 @@ device-bays:
|
||||
- name: Disk 8
|
||||
module-bays:
|
||||
- name: Slot 1
|
||||
position: rear
|
||||
- name: Slot 2
|
||||
position: rear
|
||||
comments: '[TS-873 | Hardware Specs | QNAP](https://www.qnap.com/en-me/product/ts-873/specs/hardware)'
|
||||
power-ports:
|
||||
- name: PSU
|
||||
|
Loading…
Reference in New Issue
Block a user