mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 09:40:13 +00:00
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:
parent
26dabcb3ca
commit
cba2c62be3
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user