This allows users to add/edit new webhook targets.

Signed-off-by: Lukas Wagner <l.wag...@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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to