mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-04 10:28:05 +00:00

all autofixed by eslint with a slightly reduced base config rule set to avoid rules which may give some undesired results in our code base. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
7 lines
176 B
JavaScript
7 lines
176 B
JavaScript
Ext.define('Proxmox.form.LanguageSelector', {
|
|
extend: 'Proxmox.form.KVComboBox',
|
|
xtype: 'proxmoxLanguageSelector',
|
|
|
|
comboItems: Proxmox.Utils.language_array(),
|
|
});
|