1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +02:00

fix(app): refactor registry selector + registry auto select

This commit is contained in:
xAt0mZ 2019-11-25 19:12:46 +01:00
parent 332aa4fbf5
commit 06c63899b2
9 changed files with 26 additions and 50 deletions

View file

@ -3,6 +3,7 @@ angular.module('portainer.docker').component('porImageRegistry', {
controller: 'porImageRegistryController',
bindings: {
'model': '=', // must be of type PorImageRegistryModel
'pullWarning': '<',
'autoComplete': '<',
'labelClass': '@',
'inputClass': '@'