ui: improve running task overlay
by setting a maxHeight+scrollable (i used 500px to be still visible on our 'min screen size' 1280x720) and by disabling emptyText deferral, which now shows the text instantly Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
df4827f2c0
commit
486ed27299
@ -8,6 +8,13 @@ Ext.define('PBS.RunningTasks', {
|
||||
hideHeaders: true,
|
||||
rowLines: false,
|
||||
|
||||
scrollable: true,
|
||||
maxHeight: 500,
|
||||
|
||||
viewConfig: {
|
||||
deferEmptyText: false,
|
||||
},
|
||||
|
||||
controller: {
|
||||
xclass: 'Ext.app.ViewController',
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user