]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - src/node/APTRepositories.js
node: repos: fade text of disabled rows
[proxmox-widget-toolkit.git] / src / node / APTRepositories.js
index 99955506d1ea907e81af48999c7a9e3431d59733..c0624b546e952856fd3568456c8c1ccfb35edae8 100644 (file)
@@ -233,6 +233,10 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
     ],
 
     sortableColumns: false,
+    viewConfig: {
+       stripeRows: false,
+       getRowClass: (record, index) => record.get('Enabled') ? '' : 'proxmox-disabled-row',
+    },
 
     columns: [
        {