Feat: change plugin name
This commit is contained in:
@@ -3,7 +3,7 @@ from netbox.plugins import PluginConfig
|
|||||||
|
|
||||||
class SitePrefixConfig(PluginConfig):
|
class SitePrefixConfig(PluginConfig):
|
||||||
name = "netbox_site_prefix"
|
name = "netbox_site_prefix"
|
||||||
verbose_name = "Site Prefix"
|
verbose_name = "NetBox Site Prefix"
|
||||||
author = "LKE"
|
author = "LKE"
|
||||||
description = "Shows the first word of the site name in device and rack tables."
|
description = "Shows the first word of the site name in device and rack tables."
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user