]> git.proxmox.com Git - pmg-gui.git/commitdiff
change Content Type text and use emptyFn for reset for displayfield
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 13 Sep 2017 13:10:36 +0000 (15:10 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 14 Sep 2017 04:28:24 +0000 (06:28 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/Utils.js

index cfcc856a8e971afceacbab19c03fd32aef34cb43..213ed52f14da203034052d84cdb517b742692d91 100644 (file)
@@ -241,7 +241,7 @@ Ext.define('PMG.Utils', {
            xtype: 'proxmoxWindowEdit',
            subdir: 'contenttype',
            width: 400,
-           subject: gettext('Content Type'),
+           subject: gettext('Content Type Filter'),
            items: [
                {
                    xtype: 'combobox',
@@ -273,6 +273,7 @@ Ext.define('PMG.Utils', {
                    fieldLabel: gettext('Value'),
                    labelWidth: 150,
                    allowBlank: false,
+                   reset: Ext.emptyFn
                },
            ]
        },