]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: main init: set username info
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Dec 2019 12:00:17 +0000 (13:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Dec 2019 12:00:17 +0000 (13:00 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/MainView.js

index a43b92ac48959a54a604a2e28f534e58ba57e072..e677f120c8d84b78e91ef36bb1c36be44649e5f5 100644 (file)
@@ -98,8 +98,8 @@ Ext.define('PBS.MainView', {
 
        init: function(view) {
            var me = this;
-           console.log("init");
 
+           me.lookupReference('usernameinfo').update({username:Proxmox.UserName});
        }
     },