ui: dashboard/TaskSummary: add type 'close' to the close tool
otherwise the button is not visible Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
9594362e35
commit
4c00391d78
|
@ -75,6 +75,7 @@ Ext.define('PBS.TaskSummary', {
|
||||||
if (tasklist === undefined) {
|
if (tasklist === undefined) {
|
||||||
tasklist = Ext.create('Ext.grid.Panel', {
|
tasklist = Ext.create('Ext.grid.Panel', {
|
||||||
tools: [{
|
tools: [{
|
||||||
|
type: 'close',
|
||||||
handler: () => tasklist.setVisible(false),
|
handler: () => tasklist.setVisible(false),
|
||||||
}],
|
}],
|
||||||
floating: true,
|
floating: true,
|
||||||
|
|
Loading…
Reference in New Issue