pve-services is already declared in ServiceView.js provoking
a namespace clash
---
 www/manager6/node/Subscription.js | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/www/manager6/node/Subscription.js 
b/www/manager6/node/Subscription.js
index 8101d1b..c4e9979 100644
--- a/www/manager6/node/Subscription.js
+++ b/www/manager6/node/Subscription.js
@@ -192,12 +192,4 @@ Ext.define('PVE.node.Subscription', {
 
        me.callParent();
     }
-}, function() {
-
-    Ext.define('pve-services', {
-       extend: 'Ext.data.Model',
-       fields: [ 'service', 'name', 'desc', 'state' ],
-       idProperty: 'service'
-    });
-
 });
-- 
2.1.4


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to