Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default view fails to select 'application containers only' #2120

Closed
rade opened this issue Jan 10, 2017 · 3 comments
Closed

default view fails to select 'application containers only' #2120

rade opened this issue Jan 10, 2017 · 3 comments
Assignees
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Milestone

Comments

@rade
Copy link
Member

rade commented Jan 10, 2017

Steps to reproduce:

  1. run some docker container, e.g. docker run -d -ti alpine /bin/sh
  2. fire up a scope
  3. 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
    screenshot_2017-01-10_22-33-24

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.
    screenshot_2017-01-10_22-32-02

This works as intended in Scope 1.0.0 and is broken in Scope 1.1.0 onwards.

@rade rade added bug Broken end user or developer functionality; not working as the developers intended it component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer labels Jan 10, 2017
@rade rade added this to the EOY 2016 milestone Jan 10, 2017
@rade
Copy link
Member Author

rade commented Jan 10, 2017

I've added this to the current m/s since it rather badly affects the initial user experience.

@jpellizzari jpellizzari self-assigned this Jan 12, 2017
@jpellizzari
Copy link
Contributor

Root cause appears to be that a topologies key was changed from "application" to "notsystem" in this commit:

9833a85#diff-6126bda540b57df79f551488091760daR56

@jpellizzari jpellizzari removed the component/ui Predominantly a front-end issue; most/all of the work can be completed by a f/e developer label Jan 23, 2017
@jpellizzari
Copy link
Contributor

Merged PR. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken end user or developer functionality; not working as the developers intended it
Projects
None yet
Development

No branches or pull requests

2 participants