Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.23 KB

File metadata and controls

28 lines (19 loc) · 1.23 KB

netbox_proxbox.tables

This directory defines django_tables2 and NetBox tables for plugin list and tabular views.

Files And Ownership

Dependencies

  • Inbound: list views and VM detail tabs use these table classes.
  • Outbound: netbox_proxbox.models, NetBox table base classes, and django_tables2.

Notes

  • Default columns here shape the primary NetBox list views for the plugin.
  • Table changes often imply matching updates to filter forms, list views, and sometimes templates.

Links