-
Notifications
You must be signed in to change notification settings - Fork 61
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
Filters are lost when container list changes #85
Comments
I also experienced that filters are a bit clunky when mixed with other operations but didn't have a chance to open an issue, so thanks for doing so! Right now I'm in process of significant rewrite of command system. Once that's done, I'll take a look in this. |
also move it to views Related #85
this should be fixed in master now (had to rewrite it much); haven't tested extensively, will close this once 0.4 is out |
It's definitely better. The filter now stays active. However, now I am seeing the filtered list does not update when the list of containers changes e.g. a container is stopped and a new one started with an updated image. The filtered list just keeps the old container listed. I do have the container open in a "detail" tab -- not sure if that makes a difference. |
looks like that filtering needs even more care; before doing final release, I'll take care of this |
Found it, finally! If an image had multiple names, only the first one was taken into account. So now, all names are being considered. Could you please retest with master? If it doesn't work, I would appreciate detailed steps to reproduce since this is getting pretty complex. I tested like this: I applied filter |
This should be fixed in |
When I have a filter
s=r
set in sen, when the container list changes while on a different tab e.g. a container details tab, the filter is still set but the list is no longer filtered.I am running the dev version, but this is an issue on the stable version as well.
The text was updated successfully, but these errors were encountered: