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

Automatically update routes list #42

Open
nigeldeakin opened this issue Feb 2, 2018 · 1 comment
Open

Automatically update routes list #42

nigeldeakin opened this issue Feb 2, 2018 · 1 comment

Comments

@nigeldeakin
Copy link
Contributor

If a specific app is being displayed, and a new route is then created (or an existing route is then deleted) using the CLI (or perhaps another UI window) then the list of routes remains unchanged. The list of routes is not updated until the page is refreshed.

This is inconsistent with the behaviour of the graphs on this page, which will automatically update themselves if a new route is added and then called.

The page should automatically detect that a new route has been created (or deleted) and update the display accordingly. We already have a background thread fetching stats, so it is not unreasonable to also have a background thread fetching a list of routes. The thread should probably run only whilst the app in question was being displayed.

@nigeldeakin
Copy link
Contributor Author

See also #41, which describes the same issue for the top-level apps list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant