GUAC-1138: Store formatted start date within session wrapper.

This commit is contained in:
Michael Jumper
2015-03-29 13:27:34 -07:00
parent 182376cc08
commit cb0ef9ca75
3 changed files with 30 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ THE SOFTWARE.
<input ng-change="wrapperSelectionChange(wrapper)" type="checkbox" ng-model="wrapper.checked" />
</td>
<td>{{wrapper.activeConnection.username}}</td>
<td>{{wrapper.activeConnection.startDate | date:sessionDateFormat}}</td>
<td>{{wrapper.startDate}}</td>
<td>{{wrapper.activeConnection.remoteHost}}</td>
<td>{{wrapper.name}}</td>
</tr>