add custom link initializers
This commit is contained in:
parent
3a0b3fe133
commit
187ae4b2a1
2 changed files with 45 additions and 0 deletions
21
initializers/custom_links.yml
Normal file
21
initializers/custom_links.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
## Possible Choices:
|
||||
## new_window:
|
||||
## - True
|
||||
## - False
|
||||
## content_type_id:
|
||||
## - device
|
||||
## - site
|
||||
## - any-other-content-type
|
||||
##
|
||||
## Examples:
|
||||
|
||||
# - name: link_to_repo
|
||||
# text: 'Link to docker repository'
|
||||
# url: 'https://github.com/netbox-community/netbox-docker'
|
||||
# new_window: False
|
||||
# content_type: device
|
||||
# - name: link_to_localhost
|
||||
# text: 'Link to the users localhost'
|
||||
# url: 'http://localhost'
|
||||
# new_window: True
|
||||
# content_type: device
|
Loading…
Add table
Add a link
Reference in a new issue