Fix filtering on foreign objects (#67)

Closes #65

Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com>
This commit is contained in:
wkoot
2025-04-11 12:29:03 +02:00
committed by GitHub
parent 175a01b257
commit d773a407a2
5 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
__version__ = "1.8.0"
__version__ = "1.8.1"
class SLMConfig(PluginConfig):