Handle loading status better for each namespace displayed in the repo list and update the database we use for testing
This commit is contained in:
parent
43ab838998
commit
12b458780b
67 changed files with 128708 additions and 11 deletions
|
@ -9,7 +9,7 @@ angular.module('quay').directive('repoListGrid', function () {
|
|||
transclude: true,
|
||||
restrict: 'C',
|
||||
scope: {
|
||||
repositories: '=repositories',
|
||||
repositoriesResource: '=repositoriesResource',
|
||||
starred: '=starred',
|
||||
user: "=user",
|
||||
namespace: '=namespace',
|
||||
|
|
Reference in a new issue