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

feat(app): remove autocomplete on registry selector

This commit is contained in:
xAt0mZ 2019-11-25 22:07:49 +01:00
parent 06c63899b2
commit 97ec2ddd62
8 changed files with 4 additions and 13 deletions

View file

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