mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Webhook admin form cleanup
This commit is contained in:
@ -25,8 +25,9 @@ def order_content_types(field):
|
||||
#
|
||||
|
||||
class WebhookForm(forms.ModelForm):
|
||||
|
||||
payload_url = LaxURLField()
|
||||
payload_url = LaxURLField(
|
||||
label='URL'
|
||||
)
|
||||
|
||||
class Meta:
|
||||
model = Webhook
|
||||
|
Reference in New Issue
Block a user