From 6c6171c1f43fa4ed0f203785b89b0b5163a1c669 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 8 Nov 2017 08:18:52 +0100 Subject: [PATCH] revert(images): revert image autocompletion (#1367) --- app/components/createContainer/createcontainer.html | 2 +- app/components/createService/createservice.html | 2 +- app/directives/imageRegistry/por-image-registry.js | 3 +-- app/directives/imageRegistry/porImageRegistry.html | 4 +--- .../imageRegistry/porImageRegistryController.js | 13 ++++--------- 5 files changed, 8 insertions(+), 16 deletions(-) diff --git a/app/components/createContainer/createcontainer.html b/app/components/createContainer/createcontainer.html index a90f8da59..c784d7517 100644 --- a/app/components/createContainer/createcontainer.html +++ b/app/components/createContainer/createcontainer.html @@ -28,7 +28,7 @@
- +
diff --git a/app/components/createService/createservice.html b/app/components/createService/createservice.html index 3368ae1c6..14467cfd0 100644 --- a/app/components/createService/createservice.html +++ b/app/components/createService/createservice.html @@ -25,7 +25,7 @@
- +
diff --git a/app/directives/imageRegistry/por-image-registry.js b/app/directives/imageRegistry/por-image-registry.js index ccc65cdc9..f8d004967 100644 --- a/app/directives/imageRegistry/por-image-registry.js +++ b/app/directives/imageRegistry/por-image-registry.js @@ -3,7 +3,6 @@ angular.module('portainer').component('porImageRegistry', { controller: 'porImageRegistryController', bindings: { 'image': '=', - 'registry': '=', - 'autoComplete': '<' + 'registry': '=' } }); diff --git a/app/directives/imageRegistry/porImageRegistry.html b/app/directives/imageRegistry/porImageRegistry.html index 06fc192e9..3f1dbcd43 100644 --- a/app/directives/imageRegistry/porImageRegistry.html +++ b/app/directives/imageRegistry/porImageRegistry.html @@ -1,9 +1,7 @@
- +