mirror of https://github.com/portainer/portainer
9 lines
247 B
JavaScript
9 lines
247 B
JavaScript
|
angular.module('portainer.azure').component('azureEndpointConfig', {
|
||
|
bindings: {
|
||
|
applicationId: '=',
|
||
|
tenantId: '=',
|
||
|
authenticationKey: '='
|
||
|
},
|
||
|
templateUrl: 'app/azure/components/azure-endpoint-config/azureEndpointConfig.html'
|
||
|
});
|