mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-22 15:15:53 +00:00
form: date time field: add alias for backward compat
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9531241400
commit
6883083e8a
@ -1,5 +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']
|
||||
xtype: 'proxmoxDateTimeField',
|
||||
|
||||
layout: 'hbox',
|
||||
|
Loading…
Reference in New Issue
Block a user