]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
change invalid class
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 19 Dec 2017 09:11:34 +0000 (10:11 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Thu, 11 Jan 2018 13:48:13 +0000 (14:48 +0100)
so that we can safely create a css style for it
(in our namespace)

node/Tasks.js

index 52d02123a8853b5d23a2fa1772575d88cea9a3d8..bc39c6a47c24bd783488c5cf012d877a300c139c 100644 (file)
@@ -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";
                    }
                }
            },