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:
parent
332aa4fbf5
commit
06c63899b2
9 changed files with 26 additions and 50 deletions
|
@ -3,6 +3,7 @@ angular.module('portainer.docker').component('porImageRegistry', {
|
|||
controller: 'porImageRegistryController',
|
||||
bindings: {
|
||||
'model': '=', // must be of type PorImageRegistryModel
|
||||
'pullWarning': '<',
|
||||
'autoComplete': '<',
|
||||
'labelClass': '@',
|
||||
'inputClass': '@'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue