mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 03:30:55 +01:00
Search repos by name
This commit is contained in:
@@ -41,3 +41,8 @@ $(function () {
|
||||
}
|
||||
paginate();
|
||||
});
|
||||
|
||||
var listOptions = {
|
||||
valueNames: ['name']
|
||||
};
|
||||
var repoList = new List('repositories', listOptions);
|
||||
|
||||
Reference in New Issue
Block a user