mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
|
angular.module('portainer.azure').component('azureEndpointConfig', {
|
||
|
bindings: {
|
||
|
applicationId: '=',
|
||
|
tenantId: '=',
|
||
|
authenticationKey: '=',
|
||
|
},
|
||
|
templateUrl: './azureEndpointConfig.html',
|
||
|
});
|