diff --git a/public/app/features/plugins/PluginListItem.tsx b/public/app/features/plugins/PluginListItem.tsx index bafd7d63633..f0438109b7f 100644 --- a/public/app/features/plugins/PluginListItem.tsx +++ b/public/app/features/plugins/PluginListItem.tsx @@ -7,24 +7,12 @@ interface Props { const PluginListItem: FC = props => { const { plugin } = props; - let icon; - - if (plugin.type === 'datasource') { - icon = 'gicon gicon-datasources'; - } else if (plugin.type === 'panel') { - icon = 'icon-gf icon-gf-panel'; - } else { - icon = 'icon-gf icon-gf-apps'; - } return (
  • -
    - - {plugin.type} -
    +
    {plugin.type}
    {plugin.hasUpdate && (
    Update available! diff --git a/public/app/features/plugins/__snapshots__/PluginListItem.test.tsx.snap b/public/app/features/plugins/__snapshots__/PluginListItem.test.tsx.snap index 694e8f04156..fcbc53d1a42 100644 --- a/public/app/features/plugins/__snapshots__/PluginListItem.test.tsx.snap +++ b/public/app/features/plugins/__snapshots__/PluginListItem.test.tsx.snap @@ -14,9 +14,6 @@ exports[`Render should render component 1`] = `
    - panel
    @@ -63,9 +60,6 @@ exports[`Render should render has plugin section 1`] = `
    - panel