GUACAMOLE-1396: Merge update comment block to have correct array type for actions field

This commit is contained in:
Virtually Nick
2021-08-06 11:41:00 -04:00
committed by GitHub

View File

@@ -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