[pve-devel] [PATCH proxmox-backup 10/12] ui: utils: enable webhook edit window

Lukas Wagner l.wagner at proxmox.com
Wed Jul 10 16:53:22 CEST 2024


This allows users to add/edit new webhook targets.

Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 www/Utils.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/Utils.js b/www/Utils.js
index 4853be36..b715972f 100644
--- a/www/Utils.js
+++ b/www/Utils.js
@@ -482,6 +482,11 @@ Ext.define('PBS.Utils', {
 		    ipanel: 'pmxGotifyEditPanel',
 		    iconCls: 'fa-bell-o',
 	    },
+	    webhook: {
+		name: 'Webhook',
+		    ipanel: 'pmxWebhookEditPanel',
+		    iconCls: 'fa-bell-o',
+	    },
 	};
     },
 
-- 
2.39.2





More information about the pve-devel mailing list