mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
* feat(endpoints): add details about endpoints in datatable * feat(endpoint-details): add the ability to inspect/update azure endpoint * feat(endpoint-selector): disable placeholder selection
8 lines
247 B
JavaScript
8 lines
247 B
JavaScript
angular.module('portainer.azure').component('azureEndpointConfig', {
|
|
bindings: {
|
|
applicationId: '=',
|
|
tenantId: '=',
|
|
authenticationKey: '='
|
|
},
|
|
templateUrl: 'app/azure/components/azure-endpoint-config/azureEndpointConfig.html'
|
|
});
|