Feat: change plugin name

This commit is contained in:
2026-07-23 10:57:03 +02:00
parent 2fedc736de
commit e6638e3814
+1 -1
View File
@@ -3,7 +3,7 @@ from netbox.plugins import PluginConfig
class SitePrefixConfig(PluginConfig):
name = "netbox_site_prefix"
verbose_name = "Site Prefix"
verbose_name = "NetBox Site Prefix"
author = "LKE"
description = "Shows the first word of the site name in device and rack tables."
version = "1.0.0"