Skip to content

Commit

Permalink
Merge 1.5.5 changes back to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman committed Jan 3, 2024
2 parents beb09e6 + d5ea8ac commit ddf9e72
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
// Update available connection parameters, if the updated arguments are
// for the current focused client - otherwise ignore them
if ($scope.focusedClient && $scope.focusedClient === focusedClient)
$scope.menu.connectionParameters = focusedClient ?
ManagedClient.getArgumentModel(focusedClient) : {};
$scope.menu.connectionParameters = ManagedClient.getArgumentModel(focusedClient);

});

Expand Down

0 comments on commit ddf9e72

Please sign in to comment.