mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1193: Fix documentation of historyRecords property.
This commit is contained in:
@@ -53,9 +53,10 @@ angular.module('settings').directive('guacSettingsConnectionHistory', [function
|
|||||||
$scope.dataSource = $routeParams.dataSource;
|
$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;
|
$scope.historyRecords = null;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user