Allow filtering on repository charts list (#61)

Fixes #46

Co-authored-by: Harshit Mehta <harshitm@nvidia.com>
This commit is contained in:
Harshit Mehta
2022-11-02 03:28:34 +05:30
committed by GitHub
parent 14d4886e61
commit dffb8a726b
3 changed files with 18 additions and 6 deletions

View File

@@ -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)