mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-680: Display logged-out status as notification.
This commit is contained in:
@@ -21,3 +21,9 @@
|
||||
background: white;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.logged-out-modal .notification {
|
||||
display: inline-block;
|
||||
max-width: 3in;
|
||||
width: 100%;
|
||||
}
|
||||
|
@@ -43,11 +43,13 @@
|
||||
<!-- Manually logged-out -->
|
||||
<div class="logged-out-modal" ng-switch-when="loggedOut">
|
||||
<guac-modal>
|
||||
<div class="notification">
|
||||
<p translate="APP.INFO_LOGGED_OUT"></p>
|
||||
<p>
|
||||
<button translate="APP.ACTION_LOGIN_AGAIN" ng-disabled="reAuthenticating"
|
||||
ng-click="reAuthenticate()"></button>
|
||||
</p>
|
||||
</div>
|
||||
</guac-modal>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user