mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Search repos by name
This commit is contained in:
1
web/js/list.min.js
vendored
Normal file
1
web/js/list.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -41,3 +41,8 @@ $(function () {
|
||||
}
|
||||
paginate();
|
||||
});
|
||||
|
||||
var listOptions = {
|
||||
valueNames: ['name']
|
||||
};
|
||||
var repoList = new List('repositories', listOptions);
|
||||
|
||||
Reference in New Issue
Block a user