]> git.proxmox.com Git - pve-manager.git/commitdiff
Move logout button to the top right corner of the workspace
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 19 Apr 2016 11:26:02 +0000 (13:26 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Apr 2016 15:08:17 +0000 (17:08 +0200)
This makes us similar to 90% of sites and thus make the interface
more familiar to new users.

www/manager6/Workspace.js

index 771e0676083cbeb1a54cafde116fe2a72204b14f..685b9098b3387c00a536daa640a3a0886a25eb9c 100644 (file)
@@ -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
+                       }
                    ]
                },
                {