1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-01 20:05:23 +02:00

feature(oauth): add provider selector

This commit is contained in:
Chaim Lev Ari 2019-01-25 10:46:17 +02:00
parent 50c604ee4c
commit c1939f6070
3 changed files with 8 additions and 6 deletions

View file

@ -11,7 +11,7 @@
ng-model="$ctrl.selectedProvider"
ng-options="provider as provider for provider in $ctrl.providers"
>
<option value="">Custom</option>
<option value="">Custom </option>
</select>
</div>
</div>