From fe66076f46b6b13592a82c24be4c3ba1a1f59f1a Mon Sep 17 00:00:00 2001 From: Stefan Reiter Date: Thu, 22 Apr 2021 17:47:39 +0200 Subject: [PATCH] gui: add task name for 'pbs-download' Signed-off-by: Stefan Reiter --- www/manager6/Utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index fd0e9a68..c8ed098a 100644 --- a/www/manager6/Utils.js +++ b/www/manager6/Utils.js @@ -1706,6 +1706,7 @@ Ext.define('PVE.Utils', { lvmthincreate: [gettext('LVM-Thin Storage'), gettext('Create')], migrateall: ['', gettext('Migrate all VMs and Containers')], 'move_volume': ['CT', gettext('Move Volume')], + 'pbs-download': ['VM/CT', gettext('File Restore Download')], pull_file: ['CT', gettext('Pull file')], push_file: ['CT', gettext('Push file')], qmclone: ['VM', gettext('Clone')],