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:
parent
e00185a160
commit
fd3187abc8
25 changed files with 187 additions and 135 deletions
|
@ -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': '@'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue