rename alias of some form fields, and remove brackets
to be conform with the rest of the code Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
25f438bbc5
commit
fdfada20a1
@ -1,6 +1,6 @@
|
||||
Ext.define('PVE.form.DiskFormatSelector', {
|
||||
extend: 'PVE.form.KVComboBox',
|
||||
alias: ['widget.PVE.form.DiskFormatSelector'],
|
||||
alias: 'widget.pveDiskFormatSelector',
|
||||
comboItems: [
|
||||
['raw', gettext('Raw disk image') + ' (raw)'],
|
||||
['qcow2', gettext('QEMU image format') + ' (qcow2)'],
|
||||
|
@ -1,6 +1,6 @@
|
||||
Ext.define('PVE.form.FileSelector', {
|
||||
extend: 'PVE.form.ComboGrid',
|
||||
alias: ['widget.pveFileSelector'],
|
||||
alias: 'widget.pveFileSelector',
|
||||
|
||||
setStorage: function(storage, nodename) {
|
||||
var me = this;
|
||||
|
@ -1,6 +1,6 @@
|
||||
Ext.define('PVE.form.StorageSelector', {
|
||||
extend: 'PVE.form.ComboGrid',
|
||||
alias: ['widget.PVE.form.StorageSelector'],
|
||||
alias: 'widget.pveStorageSelector',
|
||||
|
||||
allowBlank: false,
|
||||
valueField: 'storage',
|
||||
|
Loading…
x
Reference in New Issue
Block a user