portainer/app/azure/components/azure-endpoint-config/azure-endpoint-config.js

9 lines
247 B
JavaScript
Raw Normal View History

angular.module('portainer.azure').component('azureEndpointConfig', {
bindings: {
applicationId: '=',
tenantId: '=',
authenticationKey: '='
},
templateUrl: 'app/azure/components/azure-endpoint-config/azureEndpointConfig.html'
});