mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-22 11:50:34 +00:00
notification ui: change icon for for match-field tree nodes
The old icon was slightly ambiguous since we also use it for LXC containers. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
a5630fd2dd
commit
64821a108c
@ -600,7 +600,7 @@ Ext.define('Proxmox.panel.NotificationMatchRuleTree', {
|
||||
let field = data.field;
|
||||
let value = data.value;
|
||||
text = Ext.String.format(gettext("Match field: {0}={1}"), field, value);
|
||||
iconCls = 'fa fa-cube';
|
||||
iconCls = 'fa fa-square-o';
|
||||
if (!field || !value) {
|
||||
iconCls += ' critical';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user