mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUACAMOLE-360: Allow user to kill their own active sessions.
This commit is contained in:
committed by
Nick Couchman
parent
3eda313519
commit
85c7b511e1
@@ -189,12 +189,14 @@ angular.module('settings').directive('guacSettingsSessions', [function guacSetti
|
||||
var connection = allConnections[dataSource][activeConnection.connectionIdentifier];
|
||||
|
||||
// Add wrapper
|
||||
$scope.wrappers.push(new ActiveConnectionWrapper({
|
||||
dataSource : dataSource,
|
||||
name : connection.name,
|
||||
startDate : $filter('date')(activeConnection.startDate, sessionDateFormat),
|
||||
activeConnection : activeConnection
|
||||
}));
|
||||
if (activeConnection.username !== null) {
|
||||
$scope.wrappers.push(new ActiveConnectionWrapper({
|
||||
dataSource : dataSource,
|
||||
name : connection.name,
|
||||
startDate : $filter('date')(activeConnection.startDate, sessionDateFormat),
|
||||
activeConnection : activeConnection
|
||||
}));
|
||||
}
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user