Merge pull request #2622 from charltonaustin/fix_error_in_robot_display
fix(static): add in init
This commit is contained in:
commit
118ed4a37e
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ angular.module('quay').directive('entitySearch', function () {
|
|||
$scope.lazyLoading = true;
|
||||
|
||||
$scope.teams = null;
|
||||
$scope.page = {};
|
||||
$scope.page.robots = null;
|
||||
|
||||
$scope.isAdmin = false;
|
||||
|
|
Reference in a new issue