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 <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-02-02 11:43:24 +01:00 committed by Dietmar Maurer
parent 26dabcb3ca
commit cba2c62be3

View File

@ -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'