зеркало из https://github.com/mozilla/treeherder.git
make ui exclude showing empty resultsets
This commit is contained in:
Родитель
50ee8914a0
Коммит
7814252dc2
|
@ -39,7 +39,9 @@ treeherder.factory('thResultSets',
|
|||
// get the resultsets for this repo
|
||||
return {
|
||||
getResultSets: function() {
|
||||
return $http.get(thUrl.getProjectUrl("/resultset/"));
|
||||
return $http.get(thUrl.getProjectUrl("/resultset/"),
|
||||
{params: {exclude_empty: 1}}
|
||||
);
|
||||
}
|
||||
}
|
||||
}]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче