]> git.proxmox.com Git - pmg-gui.git/commitdiff
pbs: drop unused reference
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Nov 2020 18:12:34 +0000 (19:12 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 17 Nov 2020 18:12:34 +0000 (19:12 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/PBSConfig.js

index 02183e1855c0d903212913d1152d05b5c6f43482..06e3dc7b4226250870436c19ac18405cc4943541 100644 (file)
@@ -17,15 +17,13 @@ Ext.define('PMG.PBSInputPanel', {
 
     items: [
        {
-           title: gettext('Backup Server'),
            xtype: 'inputpanel',
-           reference: 'remoteeditpanel',
+           title: gettext('Backup Server'),
            onGetValues: function(values) {
                values.disable = values.enable ? 0 : 1;
                delete values.enable;
                return values;
            },
-
            column1: [
                {
                    xtype: 'pmxDisplayEditField',
@@ -105,9 +103,8 @@ Ext.define('PMG.PBSInputPanel', {
            ],
        },
        {
-           title: gettext('Prune Options'),
            xtype: 'inputpanel',
-           reference: 'prunepanel',
+           title: gettext('Prune Options'),
            defaults: {
                // set nested, else we'd only set the defaults for the two column containers
                defaults: {