Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
993a345601
2 changed files with 2 additions and 1 deletions
|
@ -884,6 +884,7 @@ form input.ng-valid.ng-dirty,
|
|||
|
||||
.entity-mini-listing {
|
||||
margin: 2px;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.entity-mini-listing i {
|
||||
|
|
|
@ -1287,7 +1287,7 @@ function TeamViewCtrl($rootScope, $scope, Restangular, $routeParams) {
|
|||
$scope.canEditMembers = resp.can_edit;
|
||||
$scope.loading = !$scope.organization || !$scope.members;
|
||||
$rootScope.title = teamname + ' (' + $scope.orgname + ')';
|
||||
$rootScope.description = 'Team management page for team ' + teamname + ' under organization ' + orgname;
|
||||
$rootScope.description = 'Team management page for team ' + teamname + ' under organization ' + $scope.orgname;
|
||||
}, function() {
|
||||
$scope.organization = null;
|
||||
$scope.members = null;
|
||||
|
|
Reference in a new issue