1
0
Fork 0
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:
matias-portainer 2022-12-12 15:11:12 -03:00 committed by GitHub
parent 2188005b48
commit b59a0ba823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 12 deletions

View file

@ -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;