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

9 lines
206 B
JavaScript

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