[pve-devel] [PATCH pve-manager] Move logout button to the top right corner of the workspace
Emmanuel Kasper
e.kasper at proxmox.com
Tue Apr 19 13:26:02 CEST 2016
This makes us similar to 90% of sites and thus make the interface
more familiar to new users.
---
www/manager6/Workspace.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/www/manager6/Workspace.js b/www/manager6/Workspace.js
index 771e067..685b909 100644
--- a/www/manager6/Workspace.js
+++ b/www/manager6/Workspace.js
@@ -398,6 +398,8 @@ Ext.define('PVE.StdWorkspace', {
id: 'userinfo',
stateful: false
},
+ createVM,
+ createCT,
{
pack: 'end',
margin: '0 5 0 0',
@@ -412,9 +414,7 @@ Ext.define('PVE.StdWorkspace', {
var rt = me.down('pveResourceTree');
rt.clearTree();
}
- },
- createVM,
- createCT
+ }
]
},
{
--
2.1.4
More information about the pve-devel
mailing list