Views in panel iframe

Hello,

I would like to suggest the ability to have several views in one panel iframe.

I am integrating my weather station homepage (weewx) in Home Assistant UI in a panel iframe. And a weather forecast service in another panel iframe. But I think it would bee nicer if I could have both pages in the same sidebar headline and instead switch between them like i would with different views on the main panel.

If I merge the settings for panel_iframe and group ti would look like this:

panel_iframe:
  router:
    view: yes
    title: 'Router'
    url: 'http://192.168.1.1'
  fridge:
    view: yes
    title: 'Fridge'
    url: 'http://192.168.1.5'