mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 07:15:23 +02:00
fix(settings): fix settings save/update EE-3604 (#8180)
This commit is contained in:
parent
2188005b48
commit
b59a0ba823
2 changed files with 13 additions and 12 deletions
|
@ -174,6 +174,7 @@ angular.module('portainer.app').controller('SettingsController', [
|
|||
LogoURL: $scope.formValues.customLogo ? $scope.settings.LogoURL : '',
|
||||
EnableTelemetry: $scope.formValues.enableTelemetry,
|
||||
TemplatesURL: $scope.settings.TemplatesURL,
|
||||
EdgeAgentCheckinInterval: $scope.settings.EdgeAgentCheckinInterval,
|
||||
};
|
||||
|
||||
$scope.state.actionInProgress = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue