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

revert(images): revert image autocompletion (#1367)

This commit is contained in:
Anthony Lapenna 2017-11-08 08:18:52 +01:00 committed by GitHub
parent d06667218f
commit 6c6171c1f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 16 deletions

View file

@ -3,7 +3,6 @@ angular.module('portainer').component('porImageRegistry', {
controller: 'porImageRegistryController',
bindings: {
'image': '=',
'registry': '=',
'autoComplete': '<'
'registry': '='
}
});