From cba2c62be37d1e64a90ae88a388c11e83d9f4070 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 2 Feb 2016 11:43:24 +0100 Subject: [PATCH] remove 'VZDump backup file' option from upload web gui since we do not want to upload vzdump backup files (see bug #498), it is confusing to expose this option in the gui, since currently it can never succeed. the correct way would probably allow it based on the users permissions Signed-off-by: Dominik Csapak --- www/manager/storage/ContentView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager/storage/ContentView.js b/www/manager/storage/ContentView.js index 55b11df0..265fab9f 100644 --- a/www/manager/storage/ContentView.js +++ b/www/manager/storage/ContentView.js @@ -184,7 +184,7 @@ Ext.define('PVE.storage.Upload', { items: [ { xtype: 'pveContentTypeSelector', - cts: ['iso', 'backup', 'vztmpl'], + cts: ['iso', 'vztmpl'], fieldLabel: gettext('Content'), name: 'content', value: 'iso'