feat: allow module quantity input

This commit is contained in:
2026-07-30 16:10:15 +02:00
parent 8a86ca28f7
commit 503df48ac7
6 changed files with 104 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ class NetBoxUtilitiesConfig(PluginConfig):
name = "netbox_utilities"
verbose_name = "NetBox Utilities"
description = "Personal navigation, global tenant filtering, and bulk module installation"
version = "0.3.0"
version = "0.3.1"
author = "LKE"
base_url = "utilities"
min_version = "4.6.5"