]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
rename pveintegerfield to proxmoxintegerfield
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Feb 2017 08:15:20 +0000 (09:15 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Feb 2017 08:15:20 +0000 (09:15 +0100)
form/IntegerField.js

index d6b73d2b221b3765c5805cad60d7767dad269ced..b947ea6a2ac3db9af998833b870660a964fd99f4 100644 (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,