GUAC-1373: Modify connection history page to show duration instead of end date.

This commit is contained in:
James Muehlner
2015-11-24 23:29:01 -08:00
parent 622b7f5806
commit e2e8979654
10 changed files with 234 additions and 65 deletions

View File

@@ -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';