mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
Allow filtering on repository charts list (#61)
Fixes #46 Co-authored-by: Harshit Mehta <harshitm@nvidia.com>
This commit is contained in:
@@ -20,6 +20,7 @@ function loadRepoView() {
|
||||
}
|
||||
|
||||
items.find("input").click(function () {
|
||||
$("#inputSearch").val('')
|
||||
const self = $(this)
|
||||
const elm = self.data("item");
|
||||
setHashParam("repo", elm.name)
|
||||
|
||||
Reference in New Issue
Block a user