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