mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(api): TLS endpoint creation and init overhaul (#1173)
This commit is contained in:
parent
87825f7ebb
commit
8d4807c9e7
26 changed files with 828 additions and 481 deletions
12
app/directives/endpointSecurity/por-endpoint-security.js
Normal file
12
app/directives/endpointSecurity/por-endpoint-security.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
angular.module('portainer').component('porEndpointSecurity', {
|
||||
templateUrl: 'app/directives/endpointSecurity/porEndpointSecurity.html',
|
||||
controller: 'porEndpointSecurityController',
|
||||
bindings: {
|
||||
// This object will be populated with the form data.
|
||||
// Model reference in endpointSecurityModel.js
|
||||
formData: '=',
|
||||
// The component will use this object to initialize the default values
|
||||
// if present.
|
||||
endpoint: '<'
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue