mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-1396: Merge update comment block to have correct array type for actions field
This commit is contained in:
@@ -77,12 +77,12 @@ angular.module('notification').factory('guacNotification', ['$injector',
|
|||||||
* 'text' : {
|
* 'text' : {
|
||||||
* 'key' : 'NAMESPACE.SOME_TRANSLATION_KEY'
|
* 'key' : 'NAMESPACE.SOME_TRANSLATION_KEY'
|
||||||
* },
|
* },
|
||||||
* 'actions' : {
|
* 'actions' : [{
|
||||||
* 'name' : 'reconnect',
|
* 'name' : 'reconnect',
|
||||||
* 'callback' : function () {
|
* 'callback' : function () {
|
||||||
* // Reconnection code goes here
|
* // Reconnection code goes here
|
||||||
* }
|
* }
|
||||||
* }
|
* }]
|
||||||
* });
|
* });
|
||||||
*
|
*
|
||||||
* // To hide the status message
|
* // To hide the status message
|
||||||
|
Reference in New Issue
Block a user