mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 22:02:47 +00:00
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:
parent
6a9aa3b9f4
commit
9c4a934c71
@ -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',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user