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

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Apr 25 06:29:13 CEST 2011


Author: dietmar
Date: 2011-04-25 06:29:13 +0200 (Mon, 25 Apr 2011)
New Revision: 5872

Modified:
   pve-manager/pve2/www/new/Workspace.js
Log:
experimental create button on top?\195?\188


Modified: pve-manager/pve2/www/new/Workspace.js
===================================================================
--- pve-manager/pve2/www/new/Workspace.js	2011-04-22 13:11:30 UTC (rev 5871)
+++ pve-manager/pve2/www/new/Workspace.js	2011-04-25 04:29:13 UTC (rev 5872)
@@ -161,7 +161,7 @@
 			    margins: '3 5 0 0',
 			    xtype: 'button',
 			    baseCls: 'x-btn',
-			    text: "Logout",
+			    text: "<b>Logout</b>",
 			    handler: function() { 
 				PVE.data.ResourceStore.stopUpdate();
 				me.showLogin(); 
@@ -169,6 +169,16 @@
 				var rt = me.down('pveResourceTree');
 				rt.clearTree();
 			    }
+			},
+			{
+			    pack: 'end',
+			    width: 80,
+			    margins: '3 5 0 0',
+			    xtype: 'button',
+			    baseCls: 'x-btn',
+			    text: "<b>Create VM</b>",
+			    handler: function() {
+			    } 
 			}
 		    ],
 		    margins: '2 0 5 0'




More information about the pve-devel mailing list