Skip to content

Icon missing in Panels #11

@Madave94

Description

@Madave94

Icons for panels are not shown. The icons are added the same way as for the operators:

class IAAPanel(foo.Panel):
    @property
    def config(self):
        return foo.PanelConfig(
            name="iaa_panel",
            label="IAA Panel",
            allow_multiple=False,
            surfaces="grid",
            help_markdown="A panel to filter IAA values in the views and show summary statistics.",
            icon="/assets/icon.svg",
            light_icon="/assets/icon-light.svg",
            dark_icon="/assets/icon-dark.svg",
        )

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions