Feature #183
Add a searchbar facility to the hosts page
Description
The current search facility does not support remembering searches and uses a lot of page space
Related issues
Associated revisions
History
#1
Updated by Paul Kelly about 13 years ago
- Status changed from New to Ready For Testing
Fixed on feature/183 on my github, forked from upstream/NO_AS
There is now single searchbar that is always present. It contains EITHER a search contructor, (based on Ohad's search popup,) or a tabbed list of saved searches.
The underlying logic can be simply extended to other controllers if required.
Maybe a CSS guru could make it more attractive but it is not bad as it stands.
#2
Updated by Ohad Levy about 13 years ago
can you please rebase again against develop?
#3
Updated by Ohad Levy about 13 years ago
- Target version set to 0.1-5
#4
Updated by Paul Kelly about 13 years ago
Resynced with develop and made to look much better
No held within the minilist rather than the header
#5
Updated by Paul Kelly about 13 years ago
Rebased against develop and ensured that all tests pass
#6
Updated by Paul Kelly about 13 years ago
- % Done changed from 0 to 100
Applied in changeset cdd8bb6f9dedcfc2eccd882ad79c5ac637c6bcf5.
#7
Updated by Ohad Levy about 13 years ago
- Status changed from Ready For Testing to Closed
Fixes #183 - Adds searchbar facility to hosts
Qualified the fact_selected partial
Added a reset button
Added popup help
Beautification and grooming