NamespaceFilter: add Enter shortcut
- add Enter key shortcut in case of searching word returns exactly one result.
- fix css
Signed-off-by: Francesco Torchia [email protected]
Summary
Fixes #5798
Areas or cases that should be tested
- Namespaces Search box
Was able to test the feature and it seems to work as expected. One thing that I noticed was that I could never enter the homepage properly... Got some issues with the CommunityLinks component (check screenshot). I think your branch might not be updated with the latest master on rancher/dashboard.
git remote add upstream [email protected]:rancher/dashboard.git
git fetch upstream
git rebase upstream/master
You should also check what backend version you are using as well as there's a new one out v2.7-head.
Otherwise, LGTM.
Let me know once this is resolved. Thanks! 🙏
Was able to test the feature and it seems to work as expected. One thing that I noticed was that I could never enter the homepage properly... Got some issues with the
CommunityLinkscomponent (check screenshot). I think your branch might not be updated with the latestmasteronrancher/dashboard.git remote add upstream [email protected]:rancher/dashboard.git git fetch upstream git rebase upstream/masterYou should also check what backend version you are using as well as there's a new one out
v2.7-head.Otherwise, LGTM.
Let me know once this is resolved. Thanks! pray
![]()
Thanks @aalves08 . It seems to be resolved after the rebase.