fix: replace sidebar controls with resize handle

This commit is contained in:
2026-07-31 11:11:19 +02:00
parent 6b36184f9d
commit 5a2276aec9
12 changed files with 249 additions and 198 deletions
+3 -1
View File
@@ -1,11 +1,13 @@
from netbox.plugins import PluginConfig, get_plugin_config
__version__ = "0.5.1"
class NetBoxUtilitiesConfig(PluginConfig):
name = "netbox_utilities"
verbose_name = "NetBox Utilities"
description = "Navigation, tenant filtering, bulk module installation, and atomic rack reordering"
version = "0.5.0"
version = __version__
author = "LKE"
base_url = "utilities"
min_version = "4.6.5"