Feat: change plugin name
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user