mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 23:54:24 +00:00
fix bug #554: do not set delete flag on create
This commit is contained in:
parent
1f902a91c7
commit
d98947b3f8
@ -125,6 +125,7 @@ Ext.define('PVE.dc.AuthEdit', {
|
|||||||
column2.push({
|
column2.push({
|
||||||
xtype: 'pveKVComboBox',
|
xtype: 'pveKVComboBox',
|
||||||
name: 'tfa',
|
name: 'tfa',
|
||||||
|
deleteEmpty: !me.create,
|
||||||
value: '',
|
value: '',
|
||||||
fieldLabel: gettext('TFA'),
|
fieldLabel: gettext('TFA'),
|
||||||
data: [ ['', PVE.Utils.noneText], ['oath', 'OATH'], ['yubico', 'Yubico']],
|
data: [ ['', PVE.Utils.noneText], ['oath', 'OATH'], ['yubico', 'Yubico']],
|
||||||
|
Loading…
Reference in New Issue
Block a user