mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 14:41:21 +00:00
GUAC-1373: Modify connection history page to show duration instead of end date.
This commit is contained in:
@@ -68,7 +68,7 @@ angular.module('manage').factory('HistoryEntryWrapper', ['$injector',
|
||||
if (historyEntry.active)
|
||||
this.durationText = 'MANAGE_CONNECTION.INFO_CONNECTION_ACTIVE_NOW';
|
||||
|
||||
// If connection is not active, inform use if end date is not known
|
||||
// If connection is not active, inform user if end date is not known
|
||||
else if (!historyEntry.endDate)
|
||||
this.durationText = 'MANAGE_CONNECTION.INFO_CONNECTION_DURATION_UNKNOWN';
|
||||
|
||||
|
Reference in New Issue
Block a user