From 8ed4fa7401c8a829dbad51c29cc386d0502153f0 Mon Sep 17 00:00:00 2001 From: nick Date: Mon, 24 Feb 2020 14:20:32 +0200 Subject: [PATCH] add config update save --- ui/src/app/components/gateway/gateway-config.directive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/app/components/gateway/gateway-config.directive.js b/ui/src/app/components/gateway/gateway-config.directive.js index 766c14e19e..19e7f554b9 100644 --- a/ui/src/app/components/gateway/gateway-config.directive.js +++ b/ui/src/app/components/gateway/gateway-config.directive.js @@ -84,6 +84,7 @@ function GatewayConfigController($scope, $document, $mdDialog, $mdUtil, $window, multiple: true, }).then(function (config) { if (config && index > -1) { + console.log(config); //eslint-disable-line if (!angular.equals(vm.gatewayConfig[index].config, config)) { $scope.gatewayConfiguration.$setDirty(); }