GUAC-1126: Use round, red "x" button for disconnect.

This commit is contained in:
Michael Jumper
2015-04-07 10:22:30 -07:00
parent 26c35e127a
commit b3524b1a03
4 changed files with 22 additions and 8 deletions

View File

@@ -59,7 +59,7 @@
<!-- Stationary header -->
<div class="header">
<h2>{{client.name}}</h2>
<button class="close" ng-click="disconnect()"></button>
<button class="close danger" ng-click="disconnect()" title="{{'CLIENT.ACTION_DISCONNECT' | translate}}"></button>
<guac-user-menu></guac-user-menu>
</div>