]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/QuarantineContextMenu.js
quarantine: attachement info: show count & total size summary in header
[pmg-gui.git] / 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',
        },