-
Notifications
You must be signed in to change notification settings - Fork 897
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
Add default filters for the container page #14893
Conversation
@miq-bot add_label providers/containers, bug @simon3z @dkorn @moolitayer @himdel @dclarizio please review |
@cben please review |
db/fixtures/miq_searches.yml
Outdated
@@ -1275,3 +1275,33 @@ | |||
value: analysis_success | |||
search_type: default | |||
db: ManageIQ::Providers::InfraManager::Vm | |||
- attributes: | |||
name: State / Running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do all the names in this file start with default_?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a. It's just a name ... as far at I searched, no one use it, so you can write whatever you want here.
b. I will fix it for style :-)
@moolitayer fixing now 👍
@yaacov can you now select filters from here to be selected by default? (in "My Setting") |
@yaacov can you now select filters from here to be selected by default? (in My Setting) |
a. Yes, I can select filters from here in My Setting, to be shown as options. |
f4f96df
to
36a4b69
Compare
Checked commit yaacov@36a4b69 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
LGTM 👍 |
This looks fine to me . . . @blomquisg good to merge afaic. |
https://bugzilla.redhat.com/show_bug.cgi?id=1443743 @miq-bot add_label fine/yes |
@dclarizio @blomquisg merge ? |
ManageIQ/manageiq-ui-classic#1204 merged , without this PR it will show "No filters defined" message, on the navlist bar. |
@blomquisg you have the green button |
Add default filters for the container page (cherry picked from commit c1d66c8) https://bugzilla.redhat.com/show_bug.cgi?id=1458934
Fine backport details:
|
Description
Currently the containers explorer page (https:///container/explorer) crashes when there is a large number of containers (e.g. ~4000).
Add some default filters to the Container page, make the filtering more useful, after removing the tree.
PR in UI Classic: ManageIQ/manageiq-ui-classic#1204
BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1443743
Screenshots