fix: keep navigation flyouts closed after reload

This commit is contained in:
2026-07-31 11:27:17 +02:00
parent 10e57c0514
commit cd542f04f7
4 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from netbox.plugins import PluginConfig, get_plugin_config
__version__ = "0.5.2"
__version__ = "0.5.3"
class NetBoxUtilitiesConfig(PluginConfig):