mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1126: Restore disconnect button within Guacamole menu.
This commit is contained in:
@@ -81,6 +81,23 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-content .header button.close {
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
min-width: 3em;
|
||||||
|
|
||||||
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
background: none;
|
||||||
|
|
||||||
|
background-image: url('images/x.png');
|
||||||
|
background-size: 1em;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.menu-body {
|
.menu-body {
|
||||||
|
|
||||||
-ms-flex: 1 1 auto;
|
-ms-flex: 1 1 auto;
|
||||||
|
@@ -59,6 +59,7 @@
|
|||||||
<!-- Stationary header -->
|
<!-- Stationary header -->
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<h2>{{client.name}}</h2>
|
<h2>{{client.name}}</h2>
|
||||||
|
<button class="close" ng-click="disconnect()"></button>
|
||||||
<guac-user-menu></guac-user-menu>
|
<guac-user-menu></guac-user-menu>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 512 B |
Reference in New Issue
Block a user