Make org name clickable in the org admin view
This commit is contained in:
parent
6e4d88e4f0
commit
8cc4a5ef90
3 changed files with 5 additions and 4 deletions
|
@ -1010,7 +1010,8 @@ quayApp.directive('organizationHeader', function () {
|
|||
restrict: 'C',
|
||||
scope: {
|
||||
'organization': '=organization',
|
||||
'teamName': '=teamName'
|
||||
'teamName': '=teamName',
|
||||
'clickable': '=clickable'
|
||||
},
|
||||
controller: function($scope, $element) {
|
||||
}
|
||||
|
|
Reference in a new issue