How to remove "Configurator" from side panel?

I commented out ‘config:’ in configuration.yaml:

# Enables configuration UI
#config:

And rebooted. I thought this would remove the ghost ‘Configurator’ Icon in the side bar, but it did not:

What am I missing?

Try Ctrl + F5

No joy.
Even tried an Incognito Window and Fresh login, ‘Configurator’ still there. It’s like a bad penny :grinning:
image

Sounds like a frontend bug. Report it here:

1 Like

I am blind, but now I see. Silamon over on the FrontEnd Github repo open my eyes and led me into the light:

panel_custom:
  - name: hassio-main
    sidebar_title: Configurator
    sidebar_icon: hass:settings
    js_url: /api/hassio/app/entrypoint.js
    url_path: configurator
    embed_iframe: true
    require_admin: true
    config:
      ingress: core_configurator

I r an idiot and totally missed this entry. As this is a really old install, I probably added it at the beginning and promptly forgot about it.

Thanks for your help. Its resolved now that I commented this section out.