mirror of https://github.com/portainer/portainer
8 lines
205 B
JavaScript
8 lines
205 B
JavaScript
|
angular.module('portainer.docker').component('dockerRegistryAccessView', {
|
||
|
templateUrl: './registryAccess.html',
|
||
|
controller: 'DockerRegistryAccessController',
|
||
|
bindings: {
|
||
|
endpoint: '<',
|
||
|
},
|
||
|
});
|