mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 05:22:40 +00:00
ui: pbs: allow empty fingerprint
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3af4496551
commit
76fa1b432a
@ -127,9 +127,9 @@ Ext.define('PVE.storage.PBSInputPanel', {
|
||||
|
||||
me.columnB = [
|
||||
{
|
||||
xtype: 'textfield',
|
||||
xtype: 'proxmoxtextfield',
|
||||
name: 'fingerprint',
|
||||
value: me.isCreate ? '' : undefined,
|
||||
value: me.isCreate ? null : undefined,
|
||||
fieldLabel: gettext('Fingerprint'),
|
||||
emptyText: gettext('Server certificate SHA-256 fingerprint, required for self-signed certificates'),
|
||||
regex: /[A-Fa-f0-9]{2}(:[A-Fa-f0-9]{2}){31}/,
|
||||
|
Loading…
Reference in New Issue
Block a user