[pve-devel] [PATCH pmg-gui 4/4] DateTimeField: fix typo in xtype

Christian Ebner c.ebner at proxmox.com
Thu Mar 23 15:42:04 CET 2023


Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
 js/MailTracker.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/js/MailTracker.js b/js/MailTracker.js
index 52641a4..ce1a487 100644
--- a/js/MailTracker.js
+++ b/js/MailTracker.js
@@ -106,7 +106,7 @@ Ext.define('PMG.MailTrackerFilter', {
 			let now = new Date();
 			return new Date(now.getTime() - 3600000);
 		    }()),
-		    xtype: 'promxoxDateTimeField',
+		    xtype: 'proxmoxDateTimeField',
 		},
 		{
 		    fieldLabel: gettext('End'),
@@ -126,7 +126,7 @@ Ext.define('PMG.MailTrackerFilter', {
 			tomorrow.setSeconds(0);
 			return tomorrow;
 		    }()),
-		    xtype: 'promxoxDateTimeField',
+		    xtype: 'proxmoxDateTimeField',
 		},
 		{
 		    layout: {
-- 
2.30.2






More information about the pve-devel mailing list