ui: main init: set username info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-12-17 13:00:17 +01:00
parent 3a84100428
commit 87b4d953bf

View 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});
}
},