mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-11 19:40:33 +00:00
node: repos: fade text of disabled rows
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5e9eb2456c
commit
205d2751f4
@ -233,6 +233,10 @@ Ext.define('Proxmox.node.APTRepositoriesGrid', {
|
|||||||
],
|
],
|
||||||
|
|
||||||
sortableColumns: false,
|
sortableColumns: false,
|
||||||
|
viewConfig: {
|
||||||
|
stripeRows: false,
|
||||||
|
getRowClass: (record, index) => record.get('Enabled') ? '' : 'proxmox-disabled-row',
|
||||||
|
},
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user