mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
8 lines
233 B
JavaScript
8 lines
233 B
JavaScript
angular.module('portainer').component('porImageRegistry', {
|
|
templateUrl: 'app/directives/imageRegistry/porImageRegistry.html',
|
|
controller: 'porImageRegistryController',
|
|
bindings: {
|
|
'image': '=',
|
|
'registry': '='
|
|
}
|
|
});
|