add error handling for webhook and custom links. fix initializer comments
This commit is contained in:
parent
a3cf645dc5
commit
618feff63a
3 changed files with 30 additions and 23 deletions
|
@ -9,13 +9,13 @@
|
|||
##
|
||||
## 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
|
||||
# - 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