ui: utils: enable webhook edit window

This allows users to add/edit new webhook targets.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-By: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
Lukas Wagner 2024-11-08 15:41:23 +01:00 committed by Thomas Lamprecht
parent 6a9aa3b9f4
commit 9c4a934c71

View File

@ -482,6 +482,11 @@ Ext.define('PBS.Utils', {
ipanel: 'pmxGotifyEditPanel', ipanel: 'pmxGotifyEditPanel',
iconCls: 'fa-bell-o', iconCls: 'fa-bell-o',
}, },
webhook: {
name: 'Webhook',
ipanel: 'pmxWebhookEditPanel',
iconCls: 'fa-bell-o',
},
}; };
}, },