]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: align version and user-menu spacing with pve/pmg
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Jul 2020 12:25:14 +0000 (14:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 9 Jul 2020 12:31:21 +0000 (14:31 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/MainView.js

index ffccebf6817b909f2b40963df278eb81036dbc30..c5764b1febf7d3eb969f0afb22a07e004dc0ad18 100644 (file)
@@ -190,7 +190,7 @@ Ext.define('PBS.MainView', {
                type: 'hbox',
                align: 'middle'
            },
-           margin: '2 5 2 5',
+           margin: '2 0 2 5',
            height: 38,
            items: [
                {
@@ -198,7 +198,8 @@ Ext.define('PBS.MainView', {
                    prefix: '',
                },
                {
-                   xtype: 'versioninfo'
+                   padding: '0 0 0 5',
+                   xtype: 'versioninfo',
                },
                {
                    padding: 5,