mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2026-01-06 19:43:50 +00:00
PendingObjectGrid: mark pending changes as orange
as red is commonly associated with an error, which pending changes ain't. But, they should be clearly visible - so use darkorange
This commit is contained in:
parent
9a3c1cb408
commit
6dc34e5525
@ -85,7 +85,7 @@ Ext.define('Proxmox.grid.PendingObjectGrid', {
|
||||
}
|
||||
|
||||
if (pending) {
|
||||
return current + '<div style="color:red">' + pending + '</div>';
|
||||
return current + '<div style="color:darkorange">' + pending + '</div>';
|
||||
} else {
|
||||
return current;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user