From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 62D6E1FF168 for ; Tue, 26 Nov 2024 11:40:19 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 54D1A2CA31; Tue, 26 Nov 2024 11:40:19 +0100 (CET) Date: Tue, 26 Nov 2024 11:39:42 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox Backup Server development discussion References: <20241126101545.1105047-1-d.csapak@proxmox.com> In-Reply-To: <20241126101545.1105047-1-d.csapak@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.16.0 (https://github.com/astroidmail/astroid) Message-Id: <1732617544.qdqoqeoh5f.astroid@yuna.none> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.048 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pbs-devel] [PATCH proxmox-backup] ui: utils: add task description for mounting/unmounting X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" On November 26, 2024 11:15 am, Dominik Csapak wrote: > Signed-off-by: Dominik Csapak > --- > www/Utils.js | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/www/Utils.js b/www/Utils.js > index 6bae9b709..484c607bd 100644 > --- a/www/Utils.js > +++ b/www/Utils.js > @@ -417,6 +417,7 @@ Ext.define('PBS.Utils', { > 'label-media': [gettext('Drive'), gettext('Label Media')], > 'load-media': (type, id) => PBS.Utils.render_drive_load_media_id(id, gettext('Load Media')), > logrotate: [null, gettext('Log Rotation')], > + 'mount-device': [gettext('Datastore'), gettext('Mount Device')], > prune: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Prune')), > prunejob: (type, id) => PBS.Utils.render_prune_job_worker_id(id, gettext('Prune Job')), > reader: (type, id) => PBS.Utils.render_datastore_worker_id(id, gettext('Read Objects')), > @@ -427,6 +428,7 @@ Ext.define('PBS.Utils', { > 'tape-backup-job': (type, id) => PBS.Utils.render_tape_backup_id(id, gettext('Tape Backup Job')), > 'tape-restore': ['Datastore', gettext('Tape Restore')], > 'unload-media': [gettext('Drive'), gettext('Unload Media')], > + 'unmount-device': [gettext('Datastore'), gettext('Un-mount Device')], nit: I'd prefer "Unmount" instead of "Un-mount". we don't have a single "Un-" in the whole codebase AFAICT ;) > verificationjob: [gettext('Verify Job'), gettext('Scheduled Verification')], > verify: ['Datastore', gettext('Verification')], > verify_group: ['Group', gettext('Verification')], > -- > 2.39.5 > > > > _______________________________________________ > pbs-devel mailing list > pbs-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel > > > _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel