mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(oauth): update OAuth UX
This commit is contained in:
parent
16226b1202
commit
de76ba4e67
10 changed files with 278 additions and 139 deletions
|
@ -1,7 +1,8 @@
|
|||
angular.module('portainer.extensions.oauth').component('oauthSettings', {
|
||||
templateUrl: 'app/extensions/oauth/components/oauth-settings/oauth-settings.html',
|
||||
bindings: {
|
||||
settings: '<',
|
||||
settings: '=',
|
||||
teams: '<'
|
||||
}
|
||||
},
|
||||
controller: 'OAuthSettingsController'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue