]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamQuarantineOptions.js
ui: node summary: use SI units for HD usage
[pmg-gui.git] / js / SpamQuarantineOptions.js
index 3af6d64fddc8828bcdc507d0a8be8aa880dc3bb4..353fe7e6219214828507b04f94470a9955ee8ede 100644 (file)
@@ -1,4 +1,3 @@
-/*global Proxmox*/
 Ext.define('PMG.SpamQuarantineOptions', {
     extend: 'Proxmox.grid.ObjectGrid',
     alias: ['widget.pmgSpamQuarantineOptions'],
@@ -31,8 +30,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
            return me.authmodeTextHash[value] || value;
        };
 
-       /*jslint confusion: true*/
-       /* defaultValue is a string and a number*/
        me.add_combobox_row('authmode', gettext('Authentication mode'), {
            defaultValue: 'ticket',
            renderer: render_authmode,
@@ -55,7 +52,6 @@ Ext.define('PMG.SpamQuarantineOptions', {
                ['verbose', render_reportstyle('verbose')],
                ['custom', render_reportstyle('custom')]],
        });
-       /*jslint confusion: false*/
 
        me.add_text_row('hostname', gettext('Quarantine Host'),
                        { deleteEmpty: true, defaultValue: Proxmox.Utils.noneText });