From e6638e38146f38d2b5a72363dd7c830682276413 Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 23 Jul 2026 10:57:03 +0200 Subject: [PATCH] Feat: change plugin name --- netbox_site_prefix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox_site_prefix/__init__.py b/netbox_site_prefix/__init__.py index 57cbda8..2a9ded8 100644 --- a/netbox_site_prefix/__init__.py +++ b/netbox_site_prefix/__init__.py @@ -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"