ui: add RunningTasksStore
so that we have a global store for running tasks Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
bf7e2a4648
commit
cc83c13660
@ -133,6 +133,7 @@ Ext.define('PBS.MainView', {
|
||||
init: function(view) {
|
||||
var me = this;
|
||||
|
||||
PBS.data.RunningTasksStore.startUpdate();
|
||||
me.lookupReference('usernameinfo').update({username:Proxmox.UserName});
|
||||
|
||||
// show login on requestexception
|
||||
|
Reference in New Issue
Block a user