rename pveintegerfield to proxmoxintegerfield

This commit is contained in:
Dietmar Maurer 2017-02-24 09:15:20 +01:00
parent 2cebd14b9d
commit b2d1d61fec

View File

@ -1,6 +1,6 @@
Ext.define('Proxmox.form.field.Integer',{
extend: 'Ext.form.field.Number',
alias: 'widget.pveintegerfield',
alias: 'widget.proxmoxintegerfield',
allowDecimals: false,
allowExponential: false,