mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 02:38:51 +00:00
Blank spaces fixed
This commit is contained in:
parent
fe46172d09
commit
dd07aa8eb3
@ -154,11 +154,11 @@ app.controller('settingsController', function ($scope, $http, testConnection, ap
|
||||
testConnection.check(tmpData).then(function (data) {
|
||||
tmpData.manager = data;
|
||||
var index = $scope.apiEntries.indexOf(item);
|
||||
$http.put("/api/wazuh-api/updateApiHostname/" + $scope.apiEntries[index]._id, tmpData).success(function (data) {
|
||||
$scope.apiEntries[index]._source.manager = tmpData.manager;
|
||||
$http.put("/api/wazuh-api/updateApiHostname/" + $scope.apiEntries[index]._id, tmpData).success(function (data) {
|
||||
$scope.apiEntries[index]._source.manager = tmpData.manager;
|
||||
});
|
||||
notify.info("Connection success");
|
||||
}, printError);
|
||||
}, printError);
|
||||
};
|
||||
|
||||
// Process form
|
||||
|
Loading…
Reference in New Issue
Block a user