mirror of https://github.com/portainer/portainer
9 lines
233 B
JavaScript
9 lines
233 B
JavaScript
|
angular.module('portainer').component('porImageRegistry', {
|
||
|
templateUrl: 'app/directives/imageRegistry/porImageRegistry.html',
|
||
|
controller: 'porImageRegistryController',
|
||
|
bindings: {
|
||
|
'image': '=',
|
||
|
'registry': '='
|
||
|
}
|
||
|
});
|