node: repos: fade text of disabled rows

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-06-30 21:47:20 +02:00
parent 5e9eb2456c
commit 205d2751f4

View 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: [
{