]> git.proxmox.com Git - pve-manager.git/commit
highlight errors in grids
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 14 Apr 2017 08:09:24 +0000 (10:09 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 14 Apr 2017 13:18:54 +0000 (15:18 +0200)
commitc0f75e23b77f2e8443b82412783f75fd870b2f74
tree5cca0de6955b1d9b826d976b3e261d4abdf5c48a
parentc11ab8cb4abf7cb46ffc89e4bce6906da71b5f75
highlight errors in grids

we gave erroneous entries in grids the class .x-form-invalid-field
but since we changed to the "crisp" theme, this class did not have any
highlighting

so instead we use our own "pve-invalid-row" class
and give it a light red background

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/css/ext6-pve.css
www/manager6/dc/Log.js
www/manager6/dc/Tasks.js
www/manager6/grid/FirewallRules.js
www/manager6/ha/Resources.js
www/manager6/node/Tasks.js
www/manager6/panel/IPSet.js