mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
feat(endpoints): UX enhancements (#1943)
* 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
This commit is contained in:
parent
bfc49574b7
commit
9bb885629a
10 changed files with 122 additions and 39 deletions
|
@ -0,0 +1,8 @@
|
|||
angular.module('portainer.azure').component('azureEndpointConfig', {
|
||||
bindings: {
|
||||
applicationId: '=',
|
||||
tenantId: '=',
|
||||
authenticationKey: '='
|
||||
},
|
||||
templateUrl: 'app/azure/components/azure-endpoint-config/azureEndpointConfig.html'
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue