mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 01:40:34 +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: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'pveContentTypeSelector',
|
xtype: 'pveContentTypeSelector',
|
||||||
cts: ['iso', 'backup', 'vztmpl'],
|
cts: ['iso', 'vztmpl'],
|
||||||
fieldLabel: gettext('Content'),
|
fieldLabel: gettext('Content'),
|
||||||
name: 'content',
|
name: 'content',
|
||||||
value: 'iso'
|
value: 'iso'
|
||||||
|
Loading…
Reference in New Issue
Block a user