The issue is that the list of deployable images need to be explicitly fetched from the API because the "general" websocket API endpoint does not have notifiers set up. The quick fix would be to fetch this list every time the user comes across a part of the UI that needs it, but the better fix would be to have websocket notifiers set up so we don't have to.
The issue is that the list of deployable images need to be explicitly fetched from the API because the "general" websocket API endpoint does not have notifiers set up. The quick fix would be to fetch this list every time the user comes across a part of the UI that needs it, but the better fix would be to have websocket notifiers set up so we don't have to.
https:/ /bugs.launchpad .net/maas/ +bug/1950106