We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167e5e6 commit 9012a14Copy full SHA for 9012a14
netbox_config_diff/forms/general.py
@@ -26,6 +26,7 @@
26
27
class ConfigComplianceFilterForm(NetBoxModelFilterSetForm):
28
model = ConfigCompliance
29
+ if VERSION.startswith("3."):
30
fieldsets = ((None, ("q", "device_id", "status")),)
31
else:
32
fieldsets = (FieldSet("q", "device_id", "status"),)
0 commit comments