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

feat(app): push pull container creation

This commit is contained in:
xAt0mZ 2019-11-20 21:22:58 +01:00
parent e00185a160
commit fd3187abc8
25 changed files with 187 additions and 135 deletions

View file

@ -2,8 +2,7 @@ angular.module('portainer.docker').component('porImageRegistry', {
templateUrl: './porImageRegistry.html',
controller: 'porImageRegistryController',
bindings: {
'image': '=',
'registry': '=',
'model': '=', // must be of type PorImageRegistryModel
'autoComplete': '<',
'labelClass': '@',
'inputClass': '@'