mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-22 22:00:18 +00:00
date time field: fixup syntax error
Fixes: 6883083
("form: date time field: add alias for backward compat")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fd468868dd
commit
f6f29f8c1c
@ -1,7 +1,7 @@
|
||||
Ext.define('Proxmox.DateTimeField', {
|
||||
extend: 'Ext.form.FieldContainer',
|
||||
// FIXME: remove once all use sites upgraded (with versioned depends on new WTK!)
|
||||
alias: ['widget.promxoxDateTimeField']
|
||||
alias: ['widget.promxoxDateTimeField'],
|
||||
xtype: 'proxmoxDateTimeField',
|
||||
|
||||
layout: 'hbox',
|
||||
|
Loading…
Reference in New Issue
Block a user