netbox-docker/initializers/custom_links.yml

22 lines
472 B
YAML
Raw Normal View History

2020-12-19 06:22:41 +01:00
## Possible Choices:
## new_window:
## - True
## - False
## content_type:
2020-12-19 06:22:41 +01:00
## - device
## - site
## - any-other-content-type
##
## Examples:
2021-02-08 10:35:31 +01:00
# - name: link_to_repo
# link_text: 'Link to Netbox Docker'
# link_url: 'https://github.com/netbox-community/netbox-docker'
2021-02-08 10:35:31 +01:00
# new_window: False
# content_type: device
# - name: link_to_localhost
# link_text: 'Link to localhost'
# link_url: 'http://localhost'
2021-02-08 10:35:31 +01:00
# new_window: True
# content_type: device