mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUAC-1161: Store notification state in session-local storage.
This commit is contained in:
		| @@ -38,9 +38,9 @@ THE SOFTWARE. | ||||
|         <div ng-if="!expectedCredentials"> | ||||
|          | ||||
|             <!-- Global status/error dialog --> | ||||
|             <div ng-class="{shown: guacNotification.status}" class="status-outer"> | ||||
|             <div ng-class="{shown: guacNotification.getStatus()}" class="status-outer"> | ||||
|                 <div class="status-middle"> | ||||
|                     <guac-notification notification="guacNotification.status"></guac-notification> | ||||
|                     <guac-notification notification="guacNotification.getStatus()"></guac-notification> | ||||
|                 </div> | ||||
|             </div> | ||||
|              | ||||
| @@ -49,7 +49,7 @@ THE SOFTWARE. | ||||
|              | ||||
|             <!-- Notification area --> | ||||
|             <div id="notificationArea"> | ||||
|                 <div ng-repeat="wrapper in guacNotification.notifications"> | ||||
|                 <div ng-repeat="wrapper in guacNotification.getNotifications()"> | ||||
|                     <guac-notification notification="wrapper.notification"></guac-notification> | ||||
|                 </div>                 | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user