mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
@ -150,7 +150,7 @@ class WebhookImportForm(NetBoxModelImportForm):
|
||||
model = Webhook
|
||||
fields = (
|
||||
'name', 'payload_url', 'http_method', 'http_content_type', 'additional_headers', 'body_template',
|
||||
'secret', 'ssl_verification', 'ca_file_path', 'tags'
|
||||
'secret', 'ssl_verification', 'ca_file_path', 'description', 'tags'
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user