mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 12:09:18 +00:00
APTRepositories: remove unecessary selection model
this is the default anyway, no reason to explicitely create it Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e71fc6e438
commit
7f671fee58
@ -361,11 +361,8 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
|
||||
enableGroupingMenu: false,
|
||||
});
|
||||
|
||||
let sm = Ext.create('Ext.selection.RowModel', {});
|
||||
|
||||
Ext.apply(me, {
|
||||
store: store,
|
||||
selModel: sm,
|
||||
features: [groupingFeature],
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user