mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-07 14:49:30 -06:00
Merge f9159ad9bd
into c9f823167c
This commit is contained in:
commit
cd461a13da
@ -61,6 +61,7 @@ class CatalogPluginTable(BaseTable):
|
|||||||
verbose_name=_('Local')
|
verbose_name=_('Local')
|
||||||
)
|
)
|
||||||
is_installed = columns.TemplateColumn(
|
is_installed = columns.TemplateColumn(
|
||||||
|
accessor=tables.A('is_loaded'),
|
||||||
verbose_name=_('Active'),
|
verbose_name=_('Active'),
|
||||||
template_code=PLUGIN_IS_INSTALLED
|
template_code=PLUGIN_IS_INSTALLED
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user