mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Omit job results as a supported feature
This commit is contained in:
@ -8,7 +8,6 @@ Plugin models can leverage certain NetBox features by inheriting from NetBox's `
|
||||
* Custom links
|
||||
* Custom validation
|
||||
* Export templates
|
||||
* Job results
|
||||
* Journaling
|
||||
* Tags
|
||||
* Webhooks
|
||||
@ -58,8 +57,6 @@ The example above will enable export templates and tags, but no other NetBox fea
|
||||
|
||||
::: netbox.models.features.ExportTemplatesMixin
|
||||
|
||||
::: netbox.models.features.JobResultsMixin
|
||||
|
||||
::: netbox.models.features.JournalingMixin
|
||||
|
||||
::: netbox.models.features.TagsMixin
|
||||
|
Reference in New Issue
Block a user