]> git.proxmox.com Git - pmg-gui.git/commitdiff
fix color coding mistake for one context menu
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Oct 2022 05:46:19 +0000 (07:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Oct 2022 05:46:21 +0000 (07:46 +0200)
left over from initially trying out different stuff

meh, would be a lot simpler if there weren't a 5 copies or so from
that stuff.

Reported-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/QuarantineContextMenu.js

index 966767a80104f110c2fde80b444271de0028eceb..752f0ac2d415f8efcb8e882619a89ff5cd5d8947 100644 (file)
@@ -17,7 +17,7 @@ Ext.define('PMG.menu.QuarantineContextMenu', {
     items: [
        {
            text: gettext('Deliver'),
-           iconCls: 'fa fa-fw fa-paper-plane-o good',
+           iconCls: 'fa fa-fw fa-paper-plane-o info-blue',
            action: 'deliver',
            handler: 'callCallback',
        },