diff --git a/guacamole/src/main/webapp/app/settings/directives/guacSettingsConnectionHistory.js b/guacamole/src/main/webapp/app/settings/directives/guacSettingsConnectionHistory.js index 7284a1135..edc7e9db8 100644 --- a/guacamole/src/main/webapp/app/settings/directives/guacSettingsConnectionHistory.js +++ b/guacamole/src/main/webapp/app/settings/directives/guacSettingsConnectionHistory.js @@ -53,9 +53,10 @@ angular.module('settings').directive('guacSettingsConnectionHistory', [function $scope.dataSource = $routeParams.dataSource; /** - * The identifier of the currently-selected data source. + * All matching connection history records, or null if these + * records have not yet been retrieved. * - * @type String + * @type ConnectionHistoryEntry[] */ $scope.historyRecords = null;