mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(images): enable auto completion for image names when creating a container or a service (#1355)
This commit is contained in:
parent
b9e535d7a5
commit
1b6b4733bd
5 changed files with 16 additions and 8 deletions
|
@ -3,6 +3,7 @@ angular.module('portainer').component('porImageRegistry', {
|
|||
controller: 'porImageRegistryController',
|
||||
bindings: {
|
||||
'image': '=',
|
||||
'registry': '='
|
||||
'registry': '=',
|
||||
'autoComplete': '<'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue