parent
e31dda35df
commit
f49375949f
4 changed files with 26 additions and 7 deletions
|
@ -171,6 +171,10 @@ angular.module('quay').directive('teamsManager', function () {
|
|||
}, ApiService.errorDisplay('Cannot delete team'));
|
||||
};
|
||||
|
||||
$scope.viewTeam = function(teamName) {
|
||||
document.location = '/organization/' + $scope.organization.name + '/teams/' + teamName;
|
||||
};
|
||||
|
||||
$scope.showMembers = function(value) {
|
||||
$scope.showingMembers = value;
|
||||
if (value && !$scope.fullMemberList) {
|
||||
|
|
Reference in a new issue