Fix filters with default order by ID (#78)

Closes #75

Signed-off-by: wkoot <3715211+wkoot@users.noreply.github.com>
Co-authored-by: mikedekker <mike@dekker.me>
This commit is contained in:
wkoot
2025-12-18 13:30:38 +01:00
committed by GitHub
co-authored by mikedekker
parent 9e87afcde7
commit 7ce718ff9d
4 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ limitations under the License.
from netbox.plugins import PluginConfig
__version__ = "1.8.2"
__version__ = "1.8.3"
class SLMConfig(PluginConfig):