]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SystemConfiguration.js
replace alias by xtype
[pmg-gui.git] / js / SystemConfiguration.js
index 937ccb436861a91c4081b0440acebce41cbc623b..80a2539d59e15f51b0af77274136df1d6565ce3c 100644 (file)
@@ -1,6 +1,6 @@
 Ext.define('PMG.SystemConfiguration', {
     extend: 'Ext.tab.Panel',
-    alias: 'widget.pmgSystemConfiguration',
+    xtype: 'pmgSystemConfiguration',
 
     title: gettext('Configuration') + ': ' + gettext('System'),
     border: false,