]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: loginwindow: reduce empty whitespace cluttering
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Oct 2019 11:32:20 +0000 (13:32 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Oct 2019 14:00:44 +0000 (16:00 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/window/LoginWindow.js

index cdf157b3886635e8564d790fd255de3b3657065f..e29b73523dda828f8b2ba2d827c085a11fd52f17 100644 (file)
@@ -187,23 +187,16 @@ Ext.define('PVE.window.LoginWindow', {
     },
 
     width: 400,
-
     modal: true,
-
     border: false,
-
     draggable: true,
-
     closable: false,
-
     resizable: false,
-
     layout: 'auto',
 
     title: gettext('Proxmox VE Login'),
 
     defaultFocus: 'usernameField',
-
     defaultButton: 'loginButton',
 
     items: [{