mirror of
https://github.com/netbox-community/netbox.git
synced 2025-09-09 07:30:39 -06:00
Merge pull request #20267 from pheus/19744-fix-active-column-sorting-in-plugin-table
Fixes #19744: Add accessor for is_loaded in TemplateColumn
This commit is contained in:
commit
8ebc677372
@ -61,6 +61,7 @@ class CatalogPluginTable(BaseTable):
|
||||
verbose_name=_('Local')
|
||||
)
|
||||
is_installed = columns.TemplateColumn(
|
||||
accessor=tables.A('is_loaded'),
|
||||
verbose_name=_('Active'),
|
||||
template_code=PLUGIN_IS_INSTALLED
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user