mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 16:47:46 +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 = [
|
me.columnB = [
|
||||||
{
|
{
|
||||||
xtype: 'textfield',
|
xtype: 'proxmoxtextfield',
|
||||||
name: 'fingerprint',
|
name: 'fingerprint',
|
||||||
value: me.isCreate ? '' : undefined,
|
value: me.isCreate ? null : undefined,
|
||||||
fieldLabel: gettext('Fingerprint'),
|
fieldLabel: gettext('Fingerprint'),
|
||||||
emptyText: gettext('Server certificate SHA-256 fingerprint, required for self-signed certificates'),
|
emptyText: gettext('Server certificate SHA-256 fingerprint, required for self-signed certificates'),
|
||||||
regex: /[A-Fa-f0-9]{2}(:[A-Fa-f0-9]{2}){31}/,
|
regex: /[A-Fa-f0-9]{2}(:[A-Fa-f0-9]{2}){31}/,
|
||||||
|
Loading…
Reference in New Issue
Block a user