ui: task summary: enable grid mouse track over
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d9503950e3
commit
625c7bfc0b
|
@ -246,7 +246,7 @@ Ext.define('PBS.TaskSummary', {
|
||||||
rowLines: false,
|
rowLines: false,
|
||||||
viewConfig: {
|
viewConfig: {
|
||||||
stripeRows: false,
|
stripeRows: false,
|
||||||
trackOver: false,
|
trackOver: true,
|
||||||
},
|
},
|
||||||
scrollable: false,
|
scrollable: false,
|
||||||
disableSelection: true,
|
disableSelection: true,
|
||||||
|
|
Loading…
Reference in New Issue