mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-1396: 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' : {
|
||||
* 'key' : 'NAMESPACE.SOME_TRANSLATION_KEY'
|
||||
* },
|
||||
* 'actions' : {
|
||||
* 'actions' : [{
|
||||
* 'name' : 'reconnect',
|
||||
* 'callback' : function () {
|
||||
* // Reconnection code goes here
|
||||
* }
|
||||
* }
|
||||
* }]
|
||||
* });
|
||||
*
|
||||
* // To hide the status message
|
||||
|
Reference in New Issue
Block a user