[pve-devel] r5764 - pve-manager/pve2/www/new

svn-commits at proxmox.com svn-commits at proxmox.com
Tue Mar 29 13:14:56 CEST 2011


Author: dietmar
Date: 2011-03-29 13:14:56 +0200 (Tue, 29 Mar 2011)
New Revision: 5764

Removed:
   pve-manager/pve2/www/new/test.js
Log:
delete unused test file


Deleted: pve-manager/pve2/www/new/test.js
===================================================================
--- pve-manager/pve2/www/new/test.js	2011-03-29 11:14:18 UTC (rev 5763)
+++ pve-manager/pve2/www/new/test.js	2011-03-29 11:14:56 UTC (rev 5764)
@@ -1,95 +0,0 @@
-Ext.define('PVE.Workspace', {
-    extend: 'Ext.container.Viewport',
-
-    // private
-    defaultView: {
-	title: 'Nothing selected',
-	border: false,
-	region:'center'
-    },
-
-    initComponent : function() {
-	var self = this;
-
-	Ext.tip.QuickTips.init();
-
-	Ext.state.Manager.setProvider(new Ext.state.CookieProvider({
-	    secure: true }));
-
-	Ext.apply(self, {
- 	    layout: 'border',
-	    border: false,
-
-	    items: [
-		{
-		    region: 'north',
-		    height: 30,
-		    layout: { 
-			type: 'hbox',
-			align : 'stretch'
-		    },
-		    baseCls: 'x-plain',		
-		    defaults: {
-			baseCls: 'x-plain'			
-		    },
-		    border: false,
-		    items: [
-			{
-			    margins: '0 0 0 2',
-			    html: '<a target=_blank href="http://www.proxmox.com"><img height=30 width=209 src="/images/proxmox_logo.png"/></a>'
-			},
-			{
-			    flex: 1,
-			    html: '<span class="x-panel-header-text">Proxmox Virtual Environment</span><br>Version 2.0',
-			},
-			{
-			    pack: 'end',
-			    width: 80,
-			    margins: '3 5 0 0',
-			    xtype: 'button',
-			    baseCls: 'x-btn',
-			    text: "Logout"
-			}
-		    ],
-		    margins: '2 0 5 0'
-		},
-		{
-		    region: 'center',
-		    margins:'0 5 0 0',
-		    items: self.defaultView
-		},
-		{
-		    //xtype: 'pveResourceTree',
-		    html: 'tree',
-		    width: 200,
-		    region: 'west',
-		    margins: '0 0 0 5',
-		    //  collapsible: true
-		    split: true
-		},
-		{
-		    //xtype: 'pveStatusPanel',
-		    xtype: 'tabpanel',
-		    title: "Realtime logfile viewer",
-		    tabPosition: 'bottom',
-		    region:'south',
-		    margins:'0 5 5 5',
-	    	    height: 200,       
-		    collapsible: true,
-		    split:true,
-		    items: [
-			{
-			    title: 'tab1'
-			},
-			{
-			    title: 'tab2'
-			}
-		    ]
-		}
-	    ]
-	});
-
-	PVE.Workspace.superclass.initComponent.call(self);
-    }
-});
-




More information about the pve-devel mailing list