Newer
Older
netbox-docker / initializers / custom_links.yml
@Christian Mäder Christian Mäder on 8 Feb 2021 452 bytes Adjust to repository standards
## Possible Choices:
##   new_window:
##   - True
##   - False
##   content_type:
##   - device
##   - site
##   - any-other-content-type
##
## Examples:

# - name: link_to_repo
#   text: 'Link to Netbox Docker'
#   url: 'https://github.com/netbox-community/netbox-docker'
#   new_window: False
#   content_type: device
# - name: link_to_localhost
#   text: 'Link to localhost'
#   url: 'http://localhost'
#   new_window: True
#   content_type: device