ui: Dashboard/TaskSummary: show task overlay when clicking on a count

when clicking on a count in the summary, a small task overlay now pops
up that shows those tasks. this way, the user has an easy way
of seeing which tasks failed exactly

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak
2020-10-06 12:25:28 +02:00
committed by Thomas Lamprecht
parent 4acd7229d3
commit dee74aa440
2 changed files with 138 additions and 2 deletions

View File

@ -166,7 +166,7 @@ Ext.define('PBS.Dashboard', {
}
});
me.lookup('tasksummary').updateTasks(data);
me.lookup('tasksummary').updateTasks(data, viewModel.get('sinceEpoch'));
},
init: function(view) {