mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(endpoints): add the ability to update TLS for an existing endpoint (#784)
This commit is contained in:
parent
44e48423ed
commit
abc929824c
7 changed files with 90 additions and 45 deletions
|
@ -10,6 +10,7 @@ function ($scope, $state, $stateParams, $filter, EndpointService, Messages) {
|
|||
error: '',
|
||||
uploadInProgress: false
|
||||
};
|
||||
|
||||
$scope.formValues = {
|
||||
TLSCACert: null,
|
||||
TLSCert: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue