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' : {
* 'key' : 'NAMESPACE.SOME_TRANSLATION_KEY'
* },
* 'actions' : {
* 'actions' : [{
* 'name' : 'reconnect',
* 'callback' : function () {
* // Reconnection code goes here
* }
* }
* }]
* });
*
* // To hide the status message