]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
APTRepositories: remove unecessary selection model
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 30 Jun 2021 15:14:59 +0000 (17:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 19:27:04 +0000 (21:27 +0200)
this is the default anyway, no reason to explicitely create it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/node/APTRepositories.js

index 8743be93d178a964a2000e2b40a6cc4875c63f99..1597fb62a650a4f032d0909a1e685b3f4213a7c8 100644 (file)
@@ -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],
        });