GUACAMOLE-360: Add interface for connecting to active connections from "Active Sessions" tab.

This commit is contained in:
Michael Jumper
2019-08-10 18:19:35 -07:00
parent 1645516156
commit 04182391e9
2 changed files with 35 additions and 2 deletions

View File

@@ -40,7 +40,9 @@
<td><guac-user-item username="wrapper.activeConnection.username"></guac-user-item></td>
<td>{{wrapper.startDate}}</td>
<td>{{wrapper.activeConnection.remoteHost}}</td>
<td>{{wrapper.name}}</td>
<td><a ng-href="{{
getClientURL(wrapper.dataSource, wrapper.activeConnection)
}}">{{wrapper.name}}</a></td>
</tr>
</tbody>
</table>