Skip to content

PluginTable: title_long column drops plugin icon #20264

@pheus

Description

@pheus

Deployment Type

Self-hosted

NetBox Version

v4.4.0

Python Version

3.10

Steps to Reproduce

The title_long column drops plugin icon because render_title_long() overrides TemplateColumn.

  1. Install and enable any plugin that sets a non‑empty icon in its PluginConfig.
  2. Open the list view for plugins and observe the title_long column.

Expected Behavior

The title_long column should render via PLUGIN_NAME_TEMPLATE, including the plugin’s icon.

Observed Behavior

Although title_long is declared as a TemplateColumn referencing PLUGIN_NAME_TEMPLATE, it is overridden by render_title_long(), which omits the icon. As a result, the plugin icon is not displayed next to the name.

Metadata

Metadata

Assignees

Labels

severity: lowDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions