public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Dominik Csapak <d.csapak@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 2/5] ui: tape/ChangerStatus: remove unnecessary buttons
Date: Fri,  5 Feb 2021 15:26:17 +0100	[thread overview]
Message-ID: <20210205142620.380-2-d.csapak@proxmox.com> (raw)
In-Reply-To: <20210205142620.380-1-d.csapak@proxmox.com>

they exist in the changer config pane, and are unnecessary here

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 www/tape/ChangerStatus.js | 58 ---------------------------------------
 1 file changed, 58 deletions(-)

diff --git a/www/tape/ChangerStatus.js b/www/tape/ChangerStatus.js
index 97294b72..abe652b9 100644
--- a/www/tape/ChangerStatus.js
+++ b/www/tape/ChangerStatus.js
@@ -25,30 +25,6 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
 	    }
 	},
 
-	onAdd: function() {
-	    let me = this;
-	    Ext.create('PBS.TapeManagement.ChangerEditWindow', {
-		listeners: {
-		    destroy: function() {
-			me.reloadList();
-		    },
-		},
-	    }).show();
-	},
-
-	onEdit: function() {
-	    let me = this;
-	    let vm = me.getViewModel();
-	    let changerid = vm.get('changer');
-	    Ext.create('PBS.TapeManagement.ChangerEditWindow', {
-		changerid,
-		autoLoad: true,
-		listeners: {
-		    destroy: () => me.reload(),
-		},
-	    }).show();
-	},
-
 	importTape: function(view, rI, cI, button, el, record) {
 	    let me = this;
 	    let vm = me.getViewModel();
@@ -455,40 +431,6 @@ Ext.define('PBS.TapeManagement.ChangerStatus', {
 	    selModel: false,
 	},
 	'-',
-	{
-	    text: gettext('Add'),
-	    xtype: 'proxmoxButton',
-	    handler: 'onAdd',
-	    selModel: false,
-	},
-	{
-	    text: gettext('Edit'),
-	    xtype: 'proxmoxButton',
-	    handler: 'onEdit',
-	    bind: {
-		disabled: '{!changerSelected}',
-	    },
-	},
-	{
-	    xtype: 'proxmoxStdRemoveButton',
-	    baseurl: '/api2/extjs/config/changer',
-	    callback: 'reloadList',
-	    selModel: false,
-	    getRecordName: function() {
-		let me = this;
-		let vm = me.up('panel').getViewModel();
-		return vm.get('changer');
-	    },
-	    getUrl: function() {
-		let me = this;
-		let vm = me.up('panel').getViewModel();
-		return `/api2/extjs/config/changer/${vm.get('changer')}`;
-	    },
-	    bind: {
-		disabled: '{!changerSelected}',
-	    },
-	},
-	'-',
 	{
 	    text: gettext('Barcode Label'),
 	    xtype: 'proxmoxButton',
-- 
2.20.1





  reply	other threads:[~2021-02-05 14:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-05 14:26 [pbs-devel] [PATCH proxmox-backup 1/5] tape/inventory: fix missing parameter in error message Dominik Csapak
2021-02-05 14:26 ` Dominik Csapak [this message]
2021-02-05 14:26 ` [pbs-devel] [PATCH proxmox-backup 3/5] ui: tape/ChangerStatus: add inventory button Dominik Csapak
2021-02-05 14:27   ` Dominik Csapak
2021-02-05 14:26 ` [pbs-devel] [PATCH proxmox-backup 4/5] ui: tape/DriveConfig: add Catalog button Dominik Csapak
2021-02-05 14:26 ` [pbs-devel] [PATCH proxmox-backup 5/5] ui: tape/DriveConfig: add missing tooltips Dominik Csapak
2021-02-05 15:13 ` [pbs-devel] applied: [PATCH proxmox-backup 1/5] tape/inventory: fix missing parameter in error message Dietmar Maurer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210205142620.380-2-d.csapak@proxmox.com \
    --to=d.csapak@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal