mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-26 04:02:44 +00:00
schema: endpoint types: don't translate endpoint type names
... that are not really translatable. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
3749f20c5e
commit
8a8b0428fd
@ -39,12 +39,12 @@ Ext.define('Proxmox.Schema', { // a singleton
|
|||||||
|
|
||||||
notificationEndpointTypes: {
|
notificationEndpointTypes: {
|
||||||
sendmail: {
|
sendmail: {
|
||||||
name: gettext('Sendmail'),
|
name: 'Sendmail',
|
||||||
ipanel: 'pmxSendmailEditPanel',
|
ipanel: 'pmxSendmailEditPanel',
|
||||||
iconCls: 'fa-envelope-o',
|
iconCls: 'fa-envelope-o',
|
||||||
},
|
},
|
||||||
gotify: {
|
gotify: {
|
||||||
name: gettext('Gotify'),
|
name: 'Gotify',
|
||||||
ipanel: 'pmxGotifyEditPanel',
|
ipanel: 'pmxGotifyEditPanel',
|
||||||
iconCls: 'fa-bell-o',
|
iconCls: 'fa-bell-o',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user