first commit
This commit is contained in:
18
netbox_librenms_plugin/views/object_sync/__init__.py
Normal file
18
netbox_librenms_plugin/views/object_sync/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
"""Views backing the LibreNMS sync tabs on Device and VM detail pages."""
|
||||
|
||||
from .devices import ( # noqa: F401
|
||||
DeviceCableTableView,
|
||||
DeviceInterfaceTableView,
|
||||
DeviceIPAddressTableView,
|
||||
DeviceLibreNMSSyncView,
|
||||
DeviceVLANTableView,
|
||||
SaveVlanGroupOverridesView,
|
||||
SingleInterfaceVerifyView,
|
||||
SingleVlanGroupVerifyView,
|
||||
VerifyVlanSyncGroupView,
|
||||
)
|
||||
from .vms import ( # noqa: F401
|
||||
VMInterfaceTableView,
|
||||
VMIPAddressTableView,
|
||||
VMLibreNMSSyncView,
|
||||
)
|
||||
Reference in New Issue
Block a user