default view fails to select 'application containers only' #2120
Closed
Description
Steps to reproduce:
- run some docker container, e.g.
docker run -d -ti alpine /bin/sh
- fire up a scope
- open a private browsing window and nagivate to localhost:4040
Expected result:
- scope select the default view & selection, which is the container view showing application containers only, and as a result only the single started container is shown
Actual result:
- scope shows the container view but with app/system container selection blank, as a result of which it shows all containers, i.e. the single container we launched plus the scope container.
This works as intended in Scope 1.0.0 and is broken in Scope 1.1.0 onwards.