mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-605: Add status strings. Show dialog when status changes.
This commit is contained in:
@@ -210,7 +210,7 @@ angular.module('client').directive('guacClient', [function guacClient() {
|
||||
// Connected
|
||||
case 3:
|
||||
|
||||
$scope.$emit('guacClientStatusChange', guac, null);
|
||||
$scope.$emit('guacClientStatusChange', guac, "connected");
|
||||
|
||||
// Update server clipboard with current data
|
||||
var clipboard = localStorageUtility.get("clipboard");
|
||||
@@ -366,9 +366,6 @@ angular.module('client').directive('guacClient', [function guacClient() {
|
||||
guac.getDisplay().showCursor(false);
|
||||
};
|
||||
|
||||
// Hide any existing status notifications
|
||||
$scope.$emit('guacClientStatusChange', guac, null);
|
||||
|
||||
var $display = $element.find('.display');
|
||||
|
||||
// Remove old client from UI, if any
|
||||
|
Reference in New Issue
Block a user