diff --git a/src/window/NotificationMatcherEdit.js b/src/window/NotificationMatcherEdit.js index 03b453d..5e81e40 100644 --- a/src/window/NotificationMatcherEdit.js +++ b/src/window/NotificationMatcherEdit.js @@ -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'; }