Explorar o código

Omit job results as a supported feature

jeremystretch %!s(int64=4) %!d(string=hai) anos
pai
achega
e6acae5f94
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      docs/plugins/development/model-features.md

+ 0 - 3
docs/plugins/development/model-features.md

@@ -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