mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-07 22:01:00 +00:00
change invalid class
so that we can safely create a css style for it (in our namespace)
This commit is contained in:
parent
31a5025184
commit
ec0296eb11
@ -82,7 +82,7 @@ Ext.define('Proxmox.node.Tasks', {
|
||||
var status = record.get('status');
|
||||
|
||||
if (status && status != 'OK') {
|
||||
return "x-form-invalid-field";
|
||||
return "proxmox-invalid-row";
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user