diff --git a/www/config/NodeOptionView.js b/www/config/NodeOptionView.js index 64f3d792..506768d9 100644 --- a/www/config/NodeOptionView.js +++ b/www/config/NodeOptionView.js @@ -42,7 +42,15 @@ Ext.define('PBS.NodeOptionView', { vtype: 'proxmoxMail', deleteEmpty: true, }, - + { + xtype: 'combobox', + name: 'default-lang', + text: gettext('Default language'), + defaultValue: '__default__', + comboItems: Proxmox.Utils.language_array(), + deleteEmpty: true, + renderer: Proxmox.Utils.render_language, + }, ], initComponent: function() {