ui: task summary: enable grid mouse track over

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-09 19:25:43 +01:00
parent d9503950e3
commit 625c7bfc0b
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ Ext.define('PBS.TaskSummary', {
rowLines: false,
viewConfig: {
stripeRows: false,
trackOver: false,
trackOver: true,
},
scrollable: false,
disableSelection: true,